about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2022-08-24 18:09:27 -0400
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-08-25 08:39:21 +1000
commit5e053ae4a52a394698467e84532cd3754fba943e (patch)
tree9c1cbce771a77fb92679cb3432113daed60477eb /pkgs
parent2d61fc7660bf294677070c327dfdbf99f8700405 (diff)
kubernetes-helm: 3.9.3 -> 3.9.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/cluster/helm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/helm/default.nix b/pkgs/applications/networking/cluster/helm/default.nix
index 04e4567334a40..9d91a48a8beaf 100644
--- a/pkgs/applications/networking/cluster/helm/default.nix
+++ b/pkgs/applications/networking/cluster/helm/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "kubernetes-helm";
-  version = "3.9.3";
+  version = "3.9.4";
 
   src = fetchFromGitHub {
     owner = "helm";
     repo = "helm";
     rev = "v${version}";
-    sha256 = "sha256-fRlHI2g+pSexPzeEqUnow5WTPvNMGnQNWjnllzJ42fY=";
+    sha256 = "sha256-KIqbugEzwjlDcQPiQQjN+i05rcMNIbYpGufVYZwQ/uQ=";
   };
   vendorSha256 = "sha256-ZOY25wgxCdVQafdhBW4Z3aQxOGTs7N3SvSDJ/Fu5psg=";