about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-03-15 00:40:33 +0000
committerGitHub <noreply@github.com>2021-03-15 00:40:33 +0000
commit01ebd9a3034c6b032ec243c9e462ffc4a53fd93b (patch)
tree0ef24203731a550059c0ea7dd3a33e012aeb1037 /pkgs/applications/networking/cluster
parentcc6e2d60db1987a5b896ef089c3f67b20d9861a9 (diff)
parent8fa4dca9b52e70fdf1f7a0c3b405b3d9a6f7359b (diff)
downloadnixlib-01ebd9a3034c6b032ec243c9e462ffc4a53fd93b.tar
nixlib-01ebd9a3034c6b032ec243c9e462ffc4a53fd93b.tar.gz
nixlib-01ebd9a3034c6b032ec243c9e462ffc4a53fd93b.tar.bz2
nixlib-01ebd9a3034c6b032ec243c9e462ffc4a53fd93b.tar.lz
nixlib-01ebd9a3034c6b032ec243c9e462ffc4a53fd93b.tar.xz
nixlib-01ebd9a3034c6b032ec243c9e462ffc4a53fd93b.tar.zst
nixlib-01ebd9a3034c6b032ec243c9e462ffc4a53fd93b.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/kubecfg/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kubecfg/default.nix b/pkgs/applications/networking/cluster/kubecfg/default.nix
index 561bcbf7ad3b..4fda7db9f198 100644
--- a/pkgs/applications/networking/cluster/kubecfg/default.nix
+++ b/pkgs/applications/networking/cluster/kubecfg/default.nix
@@ -1,6 +1,6 @@
 { lib, buildGoPackage, fetchFromGitHub, ... }:
 
-let version = "0.17.0"; in
+let version = "0.18.0"; in
 
 buildGoPackage {
   pname = "kubecfg";
@@ -10,7 +10,7 @@ buildGoPackage {
     owner = "bitnami";
     repo = "kubecfg";
     rev = "v${version}";
-    sha256 = "sha256-/91im204vBS3NjrMOvwTVO6tEBgdpirqJFqCnbIB+iQ=";
+    sha256 = "sha256-TJbuJZDj9ZwEaN8LV/M30+5+IgN8EZCTTBBDB0OgdEE=";
   };
 
   goPackagePath = "github.com/bitnami/kubecfg";