about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-02-04 22:33:35 +0100
committerGitHub <noreply@github.com>2024-02-04 22:33:35 +0100
commit51c797756aeb0c34eafc73ae3245baadedda7c2a (patch)
treefe6b3293f2bc4e9234a42e012c7e658e46b51d01 /pkgs/applications/networking
parent6f8696ccdebf76f4385dd0940804c404e7427cea (diff)
parent4e65c43bc1f8150c37c87c5547d136755d51394d (diff)
downloadnixlib-51c797756aeb0c34eafc73ae3245baadedda7c2a.tar
nixlib-51c797756aeb0c34eafc73ae3245baadedda7c2a.tar.gz
nixlib-51c797756aeb0c34eafc73ae3245baadedda7c2a.tar.bz2
nixlib-51c797756aeb0c34eafc73ae3245baadedda7c2a.tar.lz
nixlib-51c797756aeb0c34eafc73ae3245baadedda7c2a.tar.xz
nixlib-51c797756aeb0c34eafc73ae3245baadedda7c2a.tar.zst
nixlib-51c797756aeb0c34eafc73ae3245baadedda7c2a.zip
Merge pull request #281695 from r-ryantm/auto-update/kubernetes-helm
kubernetes-helm: 3.13.3 -> 3.14.0
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/helm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/helm/default.nix b/pkgs/applications/networking/cluster/helm/default.nix
index 8ad5ed0ee257..474eb557c6b7 100644
--- a/pkgs/applications/networking/cluster/helm/default.nix
+++ b/pkgs/applications/networking/cluster/helm/default.nix
@@ -2,15 +2,15 @@
 
 buildGoModule rec {
   pname = "kubernetes-helm";
-  version = "3.13.3";
+  version = "3.14.0";
 
   src = fetchFromGitHub {
     owner = "helm";
     repo = "helm";
     rev = "v${version}";
-    sha256 = "sha256-tU6RdVdcOvNYgnVmeDVKVuKY5GLeqVzpleq6qNwD2yI=";
+    sha256 = "sha256-xkMPROdhZ6mq839aMkpCvYIU8SVt48K0n17WnYFfQ+0=";
   };
-  vendorHash = "sha256-ve2T2O9cISshAe5uAyXYZ6Mbb1TPhOqhV8vkF5uMrhY=";
+  vendorHash = "sha256-pYB9J7Zf6MApGpFL7HzqIDcC/vERiVE4z8SsipIeJ7c=";
 
   subPackages = [ "cmd/helm" ];
   ldflags = [