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

kube3d: 5.0.0 -> 5.0.3
This commit is contained in:
Bobby Rong 2021-11-03 22:26:03 +08:00 committed by GitHub
commit d9cf07e341
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.0";
version = "5.0.3";
src = fetchFromGitHub {
owner = "rancher";
repo = "k3d";
rev = "v${version}";
sha256 = "1pkrcjr78xxw3idmyzpkbx0rp20972dl44bzwkkp06milrzsq27i";
sha256 = "sha256-BUQG+Nq5BsL+4oBksL8Im9CtNFvwuaW/HebMp9VoORo=";
};
vendorSha256 = null;