kubernetes-helm: 3.17.1 -> 3.17.2

Diff: https://github.com/helm/helm/compare/v3.17.1...v3.17.2
This commit is contained in:
techknowlogick
2025-03-13 14:00:40 -04:00
parent 179281edd7
commit 190eb9581d
@@ -9,15 +9,15 @@
buildGoModule rec {
pname = "kubernetes-helm";
version = "3.17.1";
version = "3.17.2";
src = fetchFromGitHub {
owner = "helm";
repo = "helm";
rev = "v${version}";
sha256 = "sha256-wGORNOlfnBt8iApAP5s5tvy4Zfk87fOTpLSY5XYnzQM=";
sha256 = "sha256-EMvKmnf4KfimjPYHoylij2kZVnvClK3Q/+offZvlO1I=";
};
vendorHash = "sha256-dZN1rOcGDIvhqXi35904kTBQ8RPeS1PFgspzn/j1ZQU=";
vendorHash = "sha256-IX4zZnu8+cb2mJxQHOmZLUVxyqfWvbsRQR3q02Wpx6c=";
subPackages = [ "cmd/helm" ];
ldflags = [