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-05-07 05:40:55 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-08 15:02:13 -0700
commite2d99fac687a353ef866e4c644f954595a4c43bd (patch)
tree6898514e37b1b12274e7050b6565f3071876dbe2 /pkgs/applications/networking/cluster/kubecfg
parent83c134bed198f9d38cc08bedab554d8b02b2a9d3 (diff)
kubecfg: 0.19.0 -> 0.19.1
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 d9740c759a187..16b7796dc6416 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.19.0"; in
+let version = "0.19.1"; in
 
 buildGoPackage {
   pname = "kubecfg";
@@ -10,7 +10,7 @@ buildGoPackage {
     owner = "bitnami";
     repo = "kubecfg";
     rev = "v${version}";
-    sha256 = "sha256-G3yLpo/6hv6t3i6b/KMgoZqltyGDddg/SsNPF8hNeUg=";
+    sha256 = "sha256-makRYWBtOjvuv7dAY1vNh1Nxv+nETVlaFh1C3oiojUo=";
   };
 
   goPackagePath = "github.com/bitnami/kubecfg";