aws-vault: 7.6.5 -> 7.7.9

https://github.com/ByteNess/aws-vault/compare/v7.6.5...v7.7.9
This commit is contained in:
er0k
2025-11-12 23:29:55 -05:00
parent 0a784f77a2
commit 985f7315dc
+7 -3
View File
@@ -5,23 +5,27 @@
lib,
makeWrapper,
stdenv,
writableTmpDirAsHomeHook,
xdg-utils,
}:
buildGoModule rec {
pname = "aws-vault";
version = "7.6.5";
version = "7.7.9";
src = fetchFromGitHub {
owner = "ByteNess";
repo = "aws-vault";
rev = "v${version}";
hash = "sha256-2Z3gh4F29v04pV5hz4XEn1GZFLjXMBnbBghGKczoCBk=";
hash = "sha256-+3hd3nSEm11GrxI0d7ie7q3aaXi/omkQrbClHUdi3Ws=";
};
vendorHash = "sha256-nzeNwiNiDXBO9fwMVlc09Ulj/SPzxV+vrMb70PB5N+8=";
proxyVendor = true;
vendorHash = "sha256-300nYa+aatG1p0AxaopbAGyzzmlpNVZmY3JPcYnMKRo=";
nativeBuildInputs = [
installShellFiles
makeWrapper
writableTmpDirAsHomeHook
];
postInstall = ''