kubernetes-helmPlugins.helm-secrets: 4.6.5 -> 4.6.6 (#437981)

This commit is contained in:
Nick Cao
2025-08-28 15:57:16 -04:00
committed by GitHub
@@ -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 ];