aws-vault: 7.8.5 -> 7.8.6

This commit is contained in:
R. Ryantm
2025-12-29 21:23:57 +00:00
parent c10e9960ea
commit aa84755d2d
+2 -2
View File
@@ -10,13 +10,13 @@
}:
buildGoModule rec {
pname = "aws-vault";
version = "7.8.5";
version = "7.8.6";
src = fetchFromGitHub {
owner = "ByteNess";
repo = "aws-vault";
rev = "v${version}";
hash = "sha256-tJqqJl+X5LpVJXB6QGqNkjZxTSo44IK/IY/yVk2DLjQ=";
hash = "sha256-nULl68DMTqrVXlPmJlp7M3EZ+MiGR9FsWKIRaa2i91I=";
};
proxyVendor = true;