kubernetes-helm: 3.19.0 -> 3.19.1

This commit is contained in:
R. Ryantm
2025-11-11 07:31:22 +00:00
parent ffd468f28a
commit 176ceafd8f

View File

@@ -9,15 +9,15 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "kubernetes-helm"; pname = "kubernetes-helm";
version = "3.19.0"; version = "3.19.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "helm"; owner = "helm";
repo = "helm"; repo = "helm";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
sha256 = "sha256-ssOebBeIFVd6N0CDWfAU3HN0j4Rw7twncokzorHWJig="; sha256 = "sha256-1Cc7W6qyawcg5ZfjsGWH7gScdRhcYpqppjzD83QWV60=";
}; };
vendorHash = "sha256-G3PLT2jE+Oitct5F+o/hr8GDAKWcvp23dcpezuBge6k="; vendorHash = "sha256-81qCRwp57PpzK/eavycOLFYsuD8uVq46h12YVlJRK7Y=";
subPackages = [ "cmd/helm" ]; subPackages = [ "cmd/helm" ];
ldflags = [ ldflags = [