From 6bfa34810938d6f658017ef27abe25e9f0fe05de Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 5 Apr 2026 19:14:52 +0000 Subject: [PATCH] kubernetes-helmPlugins.helm-secrets: 4.6.10 -> 4.7.6 --- .../networking/cluster/helm/plugins/helm-secrets.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/cluster/helm/plugins/helm-secrets.nix b/pkgs/applications/networking/cluster/helm/plugins/helm-secrets.nix index b0c266c65ecd..6395244fe708 100644 --- a/pkgs/applications/networking/cluster/helm/plugins/helm-secrets.nix +++ b/pkgs/applications/networking/cluster/helm/plugins/helm-secrets.nix @@ -13,13 +13,13 @@ stdenv.mkDerivation rec { pname = "helm-secrets"; - version = "4.6.10"; + version = "4.7.6"; src = fetchFromGitHub { owner = "jkroepke"; repo = "helm-secrets"; rev = "v${version}"; - hash = "sha256-hno6+kik+U9XA7Mr9OnuuVidfc/xoqWRjMbBMI6M3QA="; + hash = "sha256-gCsXnZCvQqc5PIQGheOdzZ1YSUNDhbMvJIROMGA65Jg="; }; nativeBuildInputs = [ makeWrapper ];