about summary refs log tree commit diff
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
parentf25a0f70e8989824aece5787a0c10dbdf842115f (diff)
downloadnixlib-2356a2582931681d44317914517a59fb3831e1f5.tar
nixlib-2356a2582931681d44317914517a59fb3831e1f5.tar.gz
nixlib-2356a2582931681d44317914517a59fb3831e1f5.tar.bz2
nixlib-2356a2582931681d44317914517a59fb3831e1f5.tar.lz
nixlib-2356a2582931681d44317914517a59fb3831e1f5.tar.xz
nixlib-2356a2582931681d44317914517a59fb3831e1f5.tar.zst
nixlib-2356a2582931681d44317914517a59fb3831e1f5.zip
helm-secrets: 3.7.0 -> 3.8.1
-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 4d7e170c2018..ec3f21c69d15 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 ];