kubernetes-helmPlugins.helm-secrets: 4.6.2 -> 4.6.3 (#385951)

This commit is contained in:
Wolfgang Walther
2025-03-16 12:34:33 +00:00
committed by GitHub
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "helm-secrets";
version = "4.6.2";
version = "4.6.3";
src = fetchFromGitHub {
owner = "jkroepke";
repo = pname;
rev = "v${version}";
hash = "sha256-s76XIB7s92zSzG8GGsJJuTG3cwbGHL7oc1x30k/WoOU=";
hash = "sha256-5vsUyeQH/kCaHo7aze1xA1NVLXrxpFB19P708ikKTpg=";
};
nativeBuildInputs = [ makeWrapper ];