about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorJesusMtnez <jesusmartinez93@gmail.com>2021-12-09 08:56:36 +0100
committerJesusMtnez <jesusmartinez93@gmail.com>2021-12-09 08:56:36 +0100
commit8aac7efe528e4883e8f19b8a16fcb8ce2d458571 (patch)
treee963360b7784d53318c0633ff26881cdd9617f4c /pkgs/applications/networking/cluster
parent47ae9997ab257dc46903a56a9ffa8b4e518e0c38 (diff)
kube3d: 5.2.0 -> 5.2.1
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/kube3d/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kube3d/default.nix b/pkgs/applications/networking/cluster/kube3d/default.nix
index 86fcb2c722293..861fa2eb97efd 100644
--- a/pkgs/applications/networking/cluster/kube3d/default.nix
+++ b/pkgs/applications/networking/cluster/kube3d/default.nix
@@ -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;