summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-09-27 23:00:28 -0500
committerGitHub <noreply@github.com>2020-09-27 23:00:28 -0500
commit22425b9aae64fc6938c9f0d645a6c891761bd130 (patch)
tree045c1b14a1662097bbc7413aabbf4e1add3362f6 /pkgs/applications/networking
parent8b2749a4cc3e99c6a8e3804e36d23f373c2e090a (diff)
parentbe4bdb358882a470ddcb9a980308a377594392e1 (diff)
downloadnixpkgs-22425b9aae64fc6938c9f0d645a6c891761bd130.tar
nixpkgs-22425b9aae64fc6938c9f0d645a6c891761bd130.tar.gz
nixpkgs-22425b9aae64fc6938c9f0d645a6c891761bd130.tar.bz2
nixpkgs-22425b9aae64fc6938c9f0d645a6c891761bd130.tar.lz
nixpkgs-22425b9aae64fc6938c9f0d645a6c891761bd130.tar.xz
nixpkgs-22425b9aae64fc6938c9f0d645a6c891761bd130.tar.zst
nixpkgs-22425b9aae64fc6938c9f0d645a6c891761bd130.zip
Merge pull request #98776 from r-ryantm/auto-update/kube3d
kube3d: 3.0.1 -> 3.0.2
Diffstat (limited to 'pkgs/applications/networking')
-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 0c1f452ea5b..bb3b7aedd8a 100644
--- a/pkgs/applications/networking/cluster/kube3d/default.nix
+++ b/pkgs/applications/networking/cluster/kube3d/default.nix
@@ -2,7 +2,7 @@
 
 buildGoModule rec {
   pname = "kube3d";
-  version = "3.0.1";
+  version = "3.0.2";
   k3sVersion = "1.18.6-k3s1";
 
   excludedPackages = ''tools'';
@@ -11,7 +11,7 @@ buildGoModule rec {
     owner  = "rancher";
     repo   = "k3d";
     rev    = "v${version}";
-    sha256 = "1l6mh0dpf2bw9sxpn14iivv3pr8mj4favzx2hhn8k1j71cm1w4rj";
+    sha256 = "182n4kggwr6z75vsagfd0rl89ixcw5h13whf56jh4cd38dj8is5l";
   };
 
   buildFlagsArray = ''