From 8cb20d59d1ae0e55ed85d6cc09a267106eff3f10 Mon Sep 17 00:00:00 2001 From: Aaron Jheng Date: Sat, 9 Sep 2023 10:12:39 +0800 Subject: [PATCH] kubernetes-helmPlugins.helm-cm-push: 0.10.3 -> 0.10.4 --- .../networking/cluster/helm/plugins/helm-cm-push.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/cluster/helm/plugins/helm-cm-push.nix b/pkgs/applications/networking/cluster/helm/plugins/helm-cm-push.nix index f54d2b332f27..a5a2f7566b46 100644 --- a/pkgs/applications/networking/cluster/helm/plugins/helm-cm-push.nix +++ b/pkgs/applications/networking/cluster/helm/plugins/helm-cm-push.nix @@ -5,16 +5,16 @@ buildGoModule rec { pname = "helm-cm-push"; - version = "0.10.3"; + version = "0.10.4"; src = fetchFromGitHub { owner = "chartmuseum"; repo = "helm-push"; rev = "v${version}"; - hash = "sha256-GyVhjCosVaUS1DtztztFxKuuRlUdxlsOP4/QMQ7+TaU="; + hash = "sha256-YnhI1/BDk9swr3YFm5ajGf4LLgPty7blA2tlsMH0erY="; }; - vendorSha256 = "sha256-9LhokpQrREmcyBqwb33BSMyG8z7IAsl9NtE3B631PnM="; + vendorHash = "sha256-7bUDKqkvBV1Upcrj4DQnVCP74QtKlSwF0Kl2sPFZpjc="; subPackage = [ "cmd/helm-cm-push" ];