kubernetes-helm: 3.15.3 -> 3.15.4

Diff: https://github.com/helm/helm/compare/v3.15.3...v3.15.4
This commit is contained in:
techknowlogick
2024-08-14 14:53:38 -04:00
parent 0fe148f182
commit cd584d3e92
@@ -2,15 +2,15 @@
buildGoModule rec {
pname = "kubernetes-helm";
version = "3.15.3";
version = "3.15.4";
src = fetchFromGitHub {
owner = "helm";
repo = "helm";
rev = "v${version}";
sha256 = "sha256-m5k1MUncx9xSGu49Qjy1MByl3h6Qz7VCNrveqRVjtdQ=";
sha256 = "sha256-hFQX9v37cXJ4wv1aQnBOBlmVWUiZuKrjCJ/R4dzUa/4=";
};
vendorHash = "sha256-2q5IziYSW2FFfRZvWKz6dVnJfauRlE9lRrb4/l2EGC0=";
vendorHash = "sha256-lR/6n+EH4Nhs1Q/BqEkMlugM74NtEtT+SKQQHc6+Zjk=";
subPackages = [ "cmd/helm" ];
ldflags = [