From d10825ede25be8488256e8e1eb7ac9933fbe8799 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 26 May 2021 10:43:36 -0500 Subject: [PATCH] kubernetes-helmPlugins.helm-secrets: 3.6.1 -> 3.7.0 --- .../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 bcad2dc1ede7..4d7e170c2018 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.6.1"; + version = "3.7.0"; src = fetchFromGitHub { owner = "jkroepke"; repo = pname; rev = "v${version}"; - hash = "sha256-RACETma0AaqaAfe0HWC541/i+knr+emMUauFWnkEuMI="; + hash = "sha256-AM+TLeSrXjn10DiQzXSqSwTqsc7CjTdnf6TWetden7g="; }; nativeBuildInputs = [ makeWrapper ];