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-06-30 13:36:23 -0500
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-07-01 13:46:04 -0700
commit2356a2582931681d44317914517a59fb3831e1f5 (patch)
treea382fe3b88950ffeff5657d4a7d62275bfea11fe /pkgs/applications/networking/cluster/helm/plugins/helm-secrets.nix
parentf25a0f70e8989824aece5787a0c10dbdf842115f (diff)
helm-secrets: 3.7.0 -> 3.8.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 4d7e170c20188..ec3f21c69d154 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.7.0";
+  version = "3.8.1";
 
   src = fetchFromGitHub {
     owner = "jkroepke";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-AM+TLeSrXjn10DiQzXSqSwTqsc7CjTdnf6TWetden7g=";
+    hash = "sha256-UZu3jChEK59UrtUR2ze68Kkc6MkHRtTsfTOS/B96sLM=";
   };
 
   nativeBuildInputs = [ makeWrapper ];