about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2021-11-13 19:39:31 -0300
committerGitHub <noreply@github.com>2021-11-13 19:39:31 -0300
commit5a2fcc3d2b7990c16d0207d7a606d65b5cd01dd9 (patch)
tree3d7999fd5c1b245f6bbaa7df48f9972c0714d85f /pkgs/applications/networking/cluster
parent44fba2291f9a7df687be1998c8f7132ead36737b (diff)
parent6d4b016e263ec5c7278cb9f5c476ee934366e46e (diff)
Merge pull request #144377 from r-ryantm/auto-update/kubecfg
kubecfg: 0.21.0 -> 0.22.0
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 5efee961b424c..0169442e1bfe9 100644
--- a/pkgs/applications/networking/cluster/kubecfg/default.nix
+++ b/pkgs/applications/networking/cluster/kubecfg/default.nix
@@ -2,13 +2,13 @@
 
 buildGoPackage rec {
   pname = "kubecfg";
-  version = "0.21.0";
+  version = "0.22.0";
 
   src = fetchFromGitHub {
     owner = "bitnami";
     repo = "kubecfg";
     rev = "v${version}";
-    sha256 = "sha256-Wu7+Xmb7ha3OG37DzLg2+/Sr9hB5oD3OIkC9h9Fa4QA=";
+    sha256 = "sha256-8U/A4F4DboS46ftpuk5fQGT2Y0V+X0y0L3/o4x8qpnY=";
   };
 
   goPackagePath = "github.com/bitnami/kubecfg";