about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-05-22 18:00:10 +0200
committerGitHub <noreply@github.com>2020-05-22 18:00:10 +0200
commit43e430d2baa910e351d8ccce9a6cb05bdcfd45ce (patch)
treee7f765fdc4c24e1f80e203cedc44440293f5ec0b /pkgs/tools/security
parente728ec93cf75228eacee89dc8c9ea513ce543146 (diff)
parent8e860b9e7b886e48605a19bb50dd38a0ea103496 (diff)
downloadnixlib-43e430d2baa910e351d8ccce9a6cb05bdcfd45ce.tar
nixlib-43e430d2baa910e351d8ccce9a6cb05bdcfd45ce.tar.gz
nixlib-43e430d2baa910e351d8ccce9a6cb05bdcfd45ce.tar.bz2
nixlib-43e430d2baa910e351d8ccce9a6cb05bdcfd45ce.tar.lz
nixlib-43e430d2baa910e351d8ccce9a6cb05bdcfd45ce.tar.xz
nixlib-43e430d2baa910e351d8ccce9a6cb05bdcfd45ce.tar.zst
nixlib-43e430d2baa910e351d8ccce9a6cb05bdcfd45ce.zip
Merge pull request #88562 from marsam/update-vault
vault: 1.4.1 -> 1.4.2
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/vault/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/vault/default.nix b/pkgs/tools/security/vault/default.nix
index 515b5884999e..e1b6ef808605 100644
--- a/pkgs/tools/security/vault/default.nix
+++ b/pkgs/tools/security/vault/default.nix
@@ -2,13 +2,13 @@
 
 buildGoPackage rec {
   pname = "vault";
-  version = "1.4.1";
+  version = "1.4.2";
 
   src = fetchFromGitHub {
     owner = "hashicorp";
     repo = "vault";
     rev = "v${version}";
-    sha256 = "0fbbvihvlzh95rrk65bwxfcam6y57q0yffq8dzvcbm3i0ap7ndar";
+    sha256 = "0aschysngs6f50plqkqbnhgl6zryd0bpypr50zd45cgww7jvvqd4";
   };
 
   goPackagePath = "github.com/hashicorp/vault";