summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-03-12 20:05:12 -0800
committerGitHub <noreply@github.com>2021-03-12 20:05:12 -0800
commit7fcc4a8a84d6a6a1b07c0e375d55e991749e786d (patch)
treee544638b9cfaff3c98235dfcb6eee43e7700abe1
parent18dc1cbddae31fff5555d5419ec28afeba02406b (diff)
parent956a64a0f74d8c4afd8ba8a2fa717e8b1830a178 (diff)
downloadnixpkgs-7fcc4a8a84d6a6a1b07c0e375d55e991749e786d.tar
nixpkgs-7fcc4a8a84d6a6a1b07c0e375d55e991749e786d.tar.gz
nixpkgs-7fcc4a8a84d6a6a1b07c0e375d55e991749e786d.tar.bz2
nixpkgs-7fcc4a8a84d6a6a1b07c0e375d55e991749e786d.tar.lz
nixpkgs-7fcc4a8a84d6a6a1b07c0e375d55e991749e786d.tar.xz
nixpkgs-7fcc4a8a84d6a6a1b07c0e375d55e991749e786d.tar.zst
nixpkgs-7fcc4a8a84d6a6a1b07c0e375d55e991749e786d.zip
Merge pull request #115990 from r-ryantm/auto-update/helm
kubernetes-helm: 3.5.2 -> 3.5.3
-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 5da9e9220a8..501956ec938 100644
--- a/pkgs/applications/networking/cluster/helm/default.nix
+++ b/pkgs/applications/networking/cluster/helm/default.nix
@@ -2,15 +2,15 @@
 
 buildGoModule rec {
   pname = "helm";
-  version = "3.5.2";
+  version = "3.5.3";
 
   src = fetchFromGitHub {
     owner = "helm";
     repo = "helm";
     rev = "v${version}";
-    sha256 = "sha256-XFWJtzKQrZL6lcr8JNiEQ8ldG5289x5pE21E8XgoYkA=";
+    sha256 = "sha256-7xO07JDy6ujWlDF+5Xd3myRQ8ajTppCXz9fNe4yizVw=";
   };
-  vendorSha256 = "sha256-mjWQxCCtTgj1VCFjnuJWgDjwMt/r4jiFC9Of+CXRgPg=";
+  vendorSha256 = "sha256-lpEoUgABtJczwShNdvD+zYAPDFTJqILSei2YY6mQ2mw=";
 
   doCheck = false;