Skip to content

Commit 654d016

Browse files
authored
vault: 1.17.3 -> 1.17.4 (#338309)
2 parents bc02218 + 04130d9 commit 654d016

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/security/vault/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "vault";
9-
version = "1.17.3";
9+
version = "1.17.4";
1010

1111
src = fetchFromGitHub {
1212
owner = "hashicorp";
1313
repo = "vault";
1414
rev = "v${version}";
15-
hash = "sha256-N5nJBMRaHzK7aMPSeLVmnItf3CuGeblDMsGLDEz8HZc=";
15+
hash = "sha256-4/oUL4VF7zN77/0BXVcj3foNXiK/IqN33p5/XEEk5ZM=";
1616
};
1717

18-
vendorHash = "sha256-yy6bk86o/Q8KgggVJd8VCErG1txNbGsEuozyDa6IrCA=";
18+
vendorHash = "sha256-MJPKICuaxyUA8DQsdeToJK7HQk1VINNjv7JGjb1mrCs=";
1919

2020
proxyVendor = true;
2121

0 commit comments

Comments
 (0)