kubernetes-helmPlugins.helm-secrets: 4.5.1 -> 4.6.0

This commit is contained in:
R. Ryantm
2024-03-13 03:25:16 -05:00
committed by Eric Bailey
parent 25fe468968
commit eb4f8bd5bb
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "helm-secrets";
version = "4.5.1";
version = "4.6.0";
src = fetchFromGitHub {
owner = "jkroepke";
repo = pname;
rev = "v${version}";
hash = "sha256-UB69cGsELQ2CFXVsPV0MDNOYRTYgfA2NXHKbsaZl9NQ=";
hash = "sha256-j4mOkPHJKiRWGTZloPBXwbHKOj2Hg44dspySa/KxPT4=";
};
nativeBuildInputs = [ makeWrapper ];