Merge pull request #149295 from r-ryantm/auto-update/kube3d

kube3d: 5.0.3 -> 5.2.0
This commit is contained in:
Jörg Thalheim 2021-12-08 17:24:11 +00:00 committed by GitHub
commit 239be2c4ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kube3d";
version = "5.0.3";
version = "5.2.0";
src = fetchFromGitHub {
owner = "rancher";
repo = "k3d";
rev = "v${version}";
sha256 = "sha256-BUQG+Nq5BsL+4oBksL8Im9CtNFvwuaW/HebMp9VoORo=";
sha256 = "sha256-xtYoyA5tcCjNbDysZn5yFQtMKLIu6DOHKH5vDMDCrZQ=";
};
vendorSha256 = null;