We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09b8fda + 6292c9f commit ffd88d1Copy full SHA for ffd88d1
pkgs/by-name/aw/aws-vault/package.nix
@@ -10,17 +10,17 @@
10
}:
11
buildGoModule rec {
12
pname = "aws-vault";
13
- version = "7.8.1";
+ version = "7.8.4";
14
15
src = fetchFromGitHub {
16
owner = "ByteNess";
17
repo = "aws-vault";
18
rev = "v${version}";
19
- hash = "sha256-QB967n8UEDaqgQl2HaBHag66r75M6aERkkf+9PeZQlw=";
+ hash = "sha256-I2FjIiPRDsOSRD/ufcmv1DRlMNMhL9QMR8CpnpjGDM8=";
20
};
21
22
proxyVendor = true;
23
- vendorHash = "sha256-gpStE66S/0oyt7hpyllwx2pxgfua3AUR0OIPvgAMq0k=";
+ vendorHash = "sha256-MPVssudvDjGlIgVw3ddHjQ2sJAOWy5p51hK26aVooWY=";
24
25
nativeBuildInputs = [
26
installShellFiles
0 commit comments