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

kube3d: 5.2.1 -> 5.2.2
This commit is contained in:
Bobby Rong 2022-01-20 18:13:46 +08:00 committed by GitHub
commit c7e8747a74
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.1";
version = "5.2.2";
src = fetchFromGitHub {
owner = "rancher";
repo = "k3d";
rev = "v${version}";
sha256 = "sha256-rKiOPpRupoCRtGJ3DVBUY9483EEBxaaECZRdWiyxaEk=";
sha256 = "sha256-yOrxEY2UpupVmbDSAhgruTUOhNVAGCpSJsvzDEFFccw=";
};
vendorSha256 = null;