kubernetes-helmPlugins.helm-secrets: 4.6.10 -> 4.7.6 (#453677)

This commit is contained in:
Sandro
2026-06-09 13:47:41 +00:00
committed by GitHub
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "helm-secrets";
version = "4.6.10";
version = "4.7.6";
src = fetchFromGitHub {
owner = "jkroepke";
repo = "helm-secrets";
rev = "v${version}";
hash = "sha256-hno6+kik+U9XA7Mr9OnuuVidfc/xoqWRjMbBMI6M3QA=";
hash = "sha256-gCsXnZCvQqc5PIQGheOdzZ1YSUNDhbMvJIROMGA65Jg=";
};
nativeBuildInputs = [ makeWrapper ];