summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helm
diff options
context:
space:
mode:
authorEric Bailey <e.bailey@sportradar.com>2021-09-23 11:12:44 -0500
committerEric Bailey <e.bailey@sportradar.com>2021-09-23 11:26:20 -0500
commitbbdb34607e3e9ab51ded51526335b3e347961357 (patch)
treeb8ac23f5832ad07f7cfd4f422dcd42d17893fd16 /pkgs/applications/networking/cluster/helm
parent51bcdc4cdaac48535dabf0ad4642a66774c609ed (diff)
downloadnixpkgs-bbdb34607e3e9ab51ded51526335b3e347961357.tar
nixpkgs-bbdb34607e3e9ab51ded51526335b3e347961357.tar.gz
nixpkgs-bbdb34607e3e9ab51ded51526335b3e347961357.tar.bz2
nixpkgs-bbdb34607e3e9ab51ded51526335b3e347961357.tar.lz
nixpkgs-bbdb34607e3e9ab51ded51526335b3e347961357.tar.xz
nixpkgs-bbdb34607e3e9ab51ded51526335b3e347961357.tar.zst
nixpkgs-bbdb34607e3e9ab51ded51526335b3e347961357.zip
kubernetes-helm: 3.6.3 -> 3.7.0
Diffstat (limited to 'pkgs/applications/networking/cluster/helm')
-rw-r--r--pkgs/applications/networking/cluster/helm/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/cluster/helm/default.nix b/pkgs/applications/networking/cluster/helm/default.nix
index 8e9d2662ea6..425e7e2c246 100644
--- a/pkgs/applications/networking/cluster/helm/default.nix
+++ b/pkgs/applications/networking/cluster/helm/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "helm";
-  version = "3.6.3";
-  gitCommit = "ee407bdf364942bcb8e8c665f82e15aa28009b71";
+  version = "3.7.0";
+  gitCommit = "eeac83883cb4014fe60267ec6373570374ce770b";
 
   src = fetchFromGitHub {
     owner = "helm";
     repo = "helm";
     rev = "v${version}";
-    sha256 = "sha256-DfMI50eQsMHRX8S5rBzF3qlSfJizlYQyofA7HPkD4EQ=";
+    sha256 = "sha256-dV6Bx6XVzPqaRBeCzEFR473xnxjff4f24jd5vETVX78=";
   };
-  vendorSha256 = "sha256-PTAyRG6PZK+vaiheUd3oiu4iBGlnFjoCrci0CYbXjBk=";
+  vendorSha256 = "sha256-Q/ycpLCIvf+PP+03ug3fKT+uIOdzDwP7709VfFVJglk=";
 
   doCheck = false;