about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/kubecfg
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-09-23 01:55:27 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-09-23 01:55:27 +0000
commit46ac74d06b45fec0e66f7dccdbb041b6a9320678 (patch)
tree438ea5ea0358a8152d19b34717afa37888129ca6 /pkgs/applications/networking/cluster/kubecfg
parent8ef88fb10bc4e26ea3f18c34b73edf2e96ef5d7a (diff)
kubecfg: 0.20.0 -> 0.21.0
Diffstat (limited to 'pkgs/applications/networking/cluster/kubecfg')
-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 7c04f6e9eb946..61e2913405681 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.20.0"; in
+let version = "0.21.0"; in
 
 buildGoPackage {
   pname = "kubecfg";
@@ -10,7 +10,7 @@ buildGoPackage {
     owner = "bitnami";
     repo = "kubecfg";
     rev = "v${version}";
-    sha256 = "sha256-7lBIqaozVBoiYYOTqAxq9h2N+Y3JFwLaunCykILOmPU=";
+    sha256 = "sha256-Wu7+Xmb7ha3OG37DzLg2+/Sr9hB5oD3OIkC9h9Fa4QA=";
   };
 
   goPackagePath = "github.com/bitnami/kubecfg";