kube3d: 4.4.3 -> 4.4.4

This commit is contained in:
06kellyjac 2021-05-19 16:10:34 +01:00
parent a858f1a90d
commit c1883518b6

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kube3d";
version = "4.4.3";
version = "4.4.4";
src = fetchFromGitHub {
owner = "rancher";
repo = "k3d";
rev = "v${version}";
sha256 = "sha256-G8oaJtfsbSi5WaJobxUpNu9DchHfzbkpPvq23GYM99s=";
sha256 = "sha256-pfyU25MASKQMwd49IbNyyEiz3gmSOBmLdWtIKhYU2wg=";
};
vendorSha256 = null;