kubernetes-helmPlugins.helm-secrets: 4.6.5 -> 4.6.6

This commit is contained in:
R. Ryantm
2025-08-28 17:44:22 +00:00
parent aca2499b79
commit d3063aba25
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "helm-secrets";
version = "4.6.5";
version = "4.6.6";
src = fetchFromGitHub {
owner = "jkroepke";
repo = pname;
rev = "v${version}";
hash = "sha256-gSWavqvKdVBRF182fzEiRqEVg8douzEcpKiOdmSZ9hg=";
hash = "sha256-sAGENuyg2t/H7BYF+Y+Nk3SB2/PA/V+L374iXmppkqc=";
};
nativeBuildInputs = [ makeWrapper ];