about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helm/plugins/helm-secrets.nix
diff options
context:
space:
mode:
authorEric Bailey <e.bailey@sportradar.com>2021-04-12 13:50:33 -0500
committerEric Bailey <yurrriq@users.noreply.github.com>2021-04-12 16:47:31 -0500
commitf2e13fa173d91243c64dc5139baa483256fc5172 (patch)
tree5a4d2d82a00b0870a625e38dd3dcf1a4e68d3cef /pkgs/applications/networking/cluster/helm/plugins/helm-secrets.nix
parentafad6c45c49e883ce0b2ee3af5683fa28faa4df6 (diff)
helm-secrets: 3.5.0 -> 3.6.1
Diffstat (limited to 'pkgs/applications/networking/cluster/helm/plugins/helm-secrets.nix')
-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 bef5d230ece3b..bcad2dc1ede7c 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 = "3.5.0";
+  version = "3.6.1";
 
   src = fetchFromGitHub {
     owner = "jkroepke";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-EXCr0QjupsBBKTm6Opw5bcNwAD4FGGyOiqaa8L91/OI=";
+    hash = "sha256-RACETma0AaqaAfe0HWC541/i+knr+emMUauFWnkEuMI=";
   };
 
   nativeBuildInputs = [ makeWrapper ];