We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bb606f + 190eb95 commit 94510fbCopy full SHA for 94510fb
pkgs/applications/networking/cluster/helm/default.nix
@@ -9,15 +9,15 @@
9
10
buildGoModule rec {
11
pname = "kubernetes-helm";
12
- version = "3.17.1";
+ version = "3.17.2";
13
14
src = fetchFromGitHub {
15
owner = "helm";
16
repo = "helm";
17
rev = "v${version}";
18
- sha256 = "sha256-wGORNOlfnBt8iApAP5s5tvy4Zfk87fOTpLSY5XYnzQM=";
+ sha256 = "sha256-EMvKmnf4KfimjPYHoylij2kZVnvClK3Q/+offZvlO1I=";
19
};
20
- vendorHash = "sha256-dZN1rOcGDIvhqXi35904kTBQ8RPeS1PFgspzn/j1ZQU=";
+ vendorHash = "sha256-IX4zZnu8+cb2mJxQHOmZLUVxyqfWvbsRQR3q02Wpx6c=";
21
22
subPackages = [ "cmd/helm" ];
23
ldflags = [
0 commit comments