Skip to content

Commit ffd88d1

Browse files
aws-vault: 7.8.1 -> 7.8.4 (NixOS#470788)
2 parents 09b8fda + 6292c9f commit ffd88d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/aw/aws-vault/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
}:
1111
buildGoModule rec {
1212
pname = "aws-vault";
13-
version = "7.8.1";
13+
version = "7.8.4";
1414

1515
src = fetchFromGitHub {
1616
owner = "ByteNess";
1717
repo = "aws-vault";
1818
rev = "v${version}";
19-
hash = "sha256-QB967n8UEDaqgQl2HaBHag66r75M6aERkkf+9PeZQlw=";
19+
hash = "sha256-I2FjIiPRDsOSRD/ufcmv1DRlMNMhL9QMR8CpnpjGDM8=";
2020
};
2121

2222
proxyVendor = true;
23-
vendorHash = "sha256-gpStE66S/0oyt7hpyllwx2pxgfua3AUR0OIPvgAMq0k=";
23+
vendorHash = "sha256-MPVssudvDjGlIgVw3ddHjQ2sJAOWy5p51hK26aVooWY=";
2424

2525
nativeBuildInputs = [
2626
installShellFiles

0 commit comments

Comments
 (0)