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 429c338 + 67d0d45 commit 7a2622eCopy full SHA for 7a2622e
pkgs/by-name/va/vault/package.nix
@@ -12,16 +12,16 @@
12
13
buildGoModule rec {
14
pname = "vault";
15
- version = "1.19.2";
+ version = "1.19.3";
16
17
src = fetchFromGitHub {
18
owner = "hashicorp";
19
repo = "vault";
20
rev = "v${version}";
21
- hash = "sha256-8i00QdBcqpLy6qgInIWZ91Fqs4dWmamA8lmlqVR5TeI=";
+ hash = "sha256-Mh9cRSLvx//ePSI1RMcSA7s56MAw+XuAJvbP7BFNZZw=";
22
};
23
24
- vendorHash = "sha256-oZhYIsDGxTGQwJGkq1tFUSMBB6240XLG2pm8/2PMA3s=";
+ vendorHash = "sha256-F86lDf9AYvVL/sNNstRINe5+O/kGA0SuRjkXM4C99TU=";
25
26
proxyVendor = true;
27
0 commit comments