about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helm/plugins
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-10-10 18:28:28 -0400
committerGitHub <noreply@github.com>2023-10-10 18:28:28 -0400
commit75320ad2da392aeeb4afa0416a78e0d7a98c6c87 (patch)
tree89ecbce495241ec7cc3e0a554e0f120ed4ea74c0 /pkgs/applications/networking/cluster/helm/plugins
parentbf2440001fa26ea661ac984e01d662df50102a9e (diff)
parent2d496508f8af773f9cad842b39267a4324d15238 (diff)
Merge pull request #260273 from r-ryantm/auto-update/kubernetes-helmPlugins.helm-secrets
kubernetes-helmPlugins.helm-secrets: 4.5.0 -> 4.5.1
Diffstat (limited to 'pkgs/applications/networking/cluster/helm/plugins')
-rw-r--r--pkgs/applications/networking/cluster/helm/plugins/helm-secrets.nix4
1 files 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 da65c169732c1..f858f8b2a6775 100644
--- a/pkgs/applications/networking/cluster/helm/plugins/helm-secrets.nix
+++ b/pkgs/applications/networking/cluster/helm/plugins/helm-secrets.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "helm-secrets";
-  version = "4.5.0";
+  version = "4.5.1";
 
   src = fetchFromGitHub {
     owner = "jkroepke";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-zytorArHhdwF7F9c2QkaX3KxLNlWySKieK2K1b5omFI=";
+    hash = "sha256-UB69cGsELQ2CFXVsPV0MDNOYRTYgfA2NXHKbsaZl9NQ=";
   };
 
   nativeBuildInputs = [ makeWrapper ];