From f2e13fa173d91243c64dc5139baa483256fc5172 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 12 Apr 2021 13:50:33 -0500 Subject: [PATCH] helm-secrets: 3.5.0 -> 3.6.1 --- .../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 bef5d230ece3..bcad2dc1ede7 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 ];