kube3d: 4.4.0 -> 4.4.1

This commit is contained in:
06kellyjac 2021-04-06 21:23:25 +01:00
parent f7ff874701
commit e66701943d

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "kube3d";
version = "4.4.0";
version = "4.4.1";
excludedPackages = "tools";
@ -10,7 +10,7 @@ buildGoModule rec {
owner = "rancher";
repo = "k3d";
rev = "v${version}";
sha256 = "sha256-+9VtFHZ4ZZiX04u5YvPoQaelH9Q9oKMrbFHFFiNUxBA=";
sha256 = "sha256-u9P+7qNomamd4BkqWBxA6rDom0hF6t10QfDTjqOMGeE=";
};
vendorSha256 = null;