aws-vault: 7.12.3 -> 7.12.4

This commit is contained in:
R. Ryantm
2026-07-01 18:04:51 +00:00
parent c7d02e13a3
commit 2406f6d5ca
+2 -2
View File
@@ -10,13 +10,13 @@
}:
buildGoModule (finalAttrs: {
pname = "aws-vault";
version = "7.12.3";
version = "7.12.4";
src = fetchFromGitHub {
owner = "ByteNess";
repo = "aws-vault";
rev = "v${finalAttrs.version}";
hash = "sha256-wuQx++t2660Z8Vu63nCgxemMi3h5QwTQNLMSoQsSYP0=";
hash = "sha256-0jPtqViGD0Xfn0yn2Buh4LwVAiSn7YvDMpNZYirHUmk=";
};
proxyVendor = true;