Merge pull request #118687 from 06kellyjac/kube3d

kube3d: 4.4.0 -> 4.4.1
This commit is contained in:
Sandro 2021-04-07 01:01:40 +02:00 committed by GitHub
commit 4ad79f9c96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;