kubernetes-helm: 3.16.2 -> 3.16.3

Diff: https://github.com/helm/helm/compare/v3.16.2...v3.16.3
(cherry picked from commit 447bad0ad3)
This commit is contained in:
techknowlogick 2024-11-13 22:34:24 -05:00 committed by github-actions[bot]
parent 0c76e22637
commit 02857f3733

View File

@ -9,15 +9,15 @@
buildGoModule rec {
pname = "kubernetes-helm";
version = "3.16.2";
version = "3.16.3";
src = fetchFromGitHub {
owner = "helm";
repo = "helm";
rev = "v${version}";
sha256 = "sha256-fbNkmZ23jWqj4E5YeUuzMhxH9DiUfj5F+Vwlvuv6hdA=";
sha256 = "sha256-Uxb3nDcCTD61KHSon02eJJyj1MlJex/SmpOEIELdeMo=";
};
vendorHash = "sha256-fCU1JfVaezxyqZmzjM7+otDDLvmkfOskqhu5PpDDZUg=";
vendorHash = "sha256-4RKNNKUPLUv5bYde6pTL8u5/KXzN0Ai8n4fS9mbiZgw=";
subPackages = [ "cmd/helm" ];
ldflags = [