Skip to content

Commit 94510fb

Browse files
authored
kubernetes-helm: 3.17.1 -> 3.17.2 (#389573)
2 parents 8bb606f + 190eb95 commit 94510fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/networking/cluster/helm/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
buildGoModule rec {
1111
pname = "kubernetes-helm";
12-
version = "3.17.1";
12+
version = "3.17.2";
1313

1414
src = fetchFromGitHub {
1515
owner = "helm";
1616
repo = "helm";
1717
rev = "v${version}";
18-
sha256 = "sha256-wGORNOlfnBt8iApAP5s5tvy4Zfk87fOTpLSY5XYnzQM=";
18+
sha256 = "sha256-EMvKmnf4KfimjPYHoylij2kZVnvClK3Q/+offZvlO1I=";
1919
};
20-
vendorHash = "sha256-dZN1rOcGDIvhqXi35904kTBQ8RPeS1PFgspzn/j1ZQU=";
20+
vendorHash = "sha256-IX4zZnu8+cb2mJxQHOmZLUVxyqfWvbsRQR3q02Wpx6c=";
2121

2222
subPackages = [ "cmd/helm" ];
2323
ldflags = [

0 commit comments

Comments
 (0)