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

kube3d: 4.4.2 -> 4.4.3
This commit is contained in:
Sandro 2021-05-05 23:28:55 +02:00 committed by GitHub
commit bc29d22a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "kube3d"; pname = "kube3d";
version = "4.4.2"; version = "4.4.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rancher"; owner = "rancher";
repo = "k3d"; repo = "k3d";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-6BDetNPWyAVZOsnCWs90HljVpfUlAytFDPQ/SqPxwgg="; sha256 = "sha256-G8oaJtfsbSi5WaJobxUpNu9DchHfzbkpPvq23GYM99s=";
}; };
vendorSha256 = null; vendorSha256 = null;