Merge pull request #149800 from JesusMtnezForks/kube3d

kube3d: 5.2.0 -> 5.2.1
This commit is contained in:
Jörg Thalheim 2021-12-09 08:20:46 +00:00 committed by GitHub
commit 00771fe0fb
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.2.0";
version = "5.2.1";
src = fetchFromGitHub {
owner = "rancher";
repo = "k3d";
rev = "v${version}";
sha256 = "sha256-xtYoyA5tcCjNbDysZn5yFQtMKLIu6DOHKH5vDMDCrZQ=";
sha256 = "sha256-rKiOPpRupoCRtGJ3DVBUY9483EEBxaaECZRdWiyxaEk=";
};
vendorSha256 = null;