helm-secrets: 3.5.0 -> 3.6.1

This commit is contained in:
Eric Bailey 2021-04-12 13:50:33 -05:00 committed by Eric Bailey
parent afad6c45c4
commit f2e13fa173

View file

@ -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 ];