We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc02218 + 04130d9 commit 654d016Copy full SHA for 654d016
pkgs/tools/security/vault/default.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "vault";
9
- version = "1.17.3";
+ version = "1.17.4";
10
11
src = fetchFromGitHub {
12
owner = "hashicorp";
13
repo = "vault";
14
rev = "v${version}";
15
- hash = "sha256-N5nJBMRaHzK7aMPSeLVmnItf3CuGeblDMsGLDEz8HZc=";
+ hash = "sha256-4/oUL4VF7zN77/0BXVcj3foNXiK/IqN33p5/XEEk5ZM=";
16
};
17
18
- vendorHash = "sha256-yy6bk86o/Q8KgggVJd8VCErG1txNbGsEuozyDa6IrCA=";
+ vendorHash = "sha256-MJPKICuaxyUA8DQsdeToJK7HQk1VINNjv7JGjb1mrCs=";
19
20
proxyVendor = true;
21
0 commit comments