about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-21 08:37:29 +0800
committerGitHub <noreply@github.com>2021-12-21 08:37:29 +0800
commit1141cc71b2e5b9d7d288f245884fd3f993df02a0 (patch)
treeda1d65e7e25f5adafe8f3c7b80c6c1b499a46f4c /pkgs/applications/networking/cluster
parenta5fc44a59687717c2935f3df11d594241ecef06d (diff)
kubernetes-helm: update gitCommit
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/helm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/helm/default.nix b/pkgs/applications/networking/cluster/helm/default.nix
index ff531eb2d870f..59d4a4ff7cee8 100644
--- a/pkgs/applications/networking/cluster/helm/default.nix
+++ b/pkgs/applications/networking/cluster/helm/default.nix
@@ -3,7 +3,7 @@
 buildGoModule rec {
   pname = "helm";
   version = "3.7.2";
-  gitCommit = "1d11fcb5d3f3bf00dbe6fe31b8412839a96b3dc4";
+  gitCommit = "663a896f4a815053445eec4153677ddc24a0a361";
 
   src = fetchFromGitHub {
     owner = "helm";