summary refs log tree commit diff
path: root/pkgs/tools/security/vault
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-08-30 04:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-08-30 04:20:00 -0500
commitd34954e4424ed349e39ae7e9c5d1447e8abed4b6 (patch)
treecd46b216b63742b80bd0605c0aceaad7b236f410 /pkgs/tools/security/vault
parenta7263289d4e29876ac75969b006e2f383d02cc75 (diff)
downloadnixpkgs-d34954e4424ed349e39ae7e9c5d1447e8abed4b6.tar
nixpkgs-d34954e4424ed349e39ae7e9c5d1447e8abed4b6.tar.gz
nixpkgs-d34954e4424ed349e39ae7e9c5d1447e8abed4b6.tar.bz2
nixpkgs-d34954e4424ed349e39ae7e9c5d1447e8abed4b6.tar.lz
nixpkgs-d34954e4424ed349e39ae7e9c5d1447e8abed4b6.tar.xz
nixpkgs-d34954e4424ed349e39ae7e9c5d1447e8abed4b6.tar.zst
nixpkgs-d34954e4424ed349e39ae7e9c5d1447e8abed4b6.zip
vault: 1.5.2 -> 1.5.3
Diffstat (limited to 'pkgs/tools/security/vault')
-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 a9d72f33161..eb999b5cedc 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.5.2";
+  version = "1.5.3";
 
   src = fetchFromGitHub {
     owner = "hashicorp";
     repo = "vault";
     rev = "v${version}";
-    sha256 = "0a16slrg0kx7i1xwixc920lkgbbywvb6wpmkbqjvz1xx72nq9ap4";
+    sha256 = "149if5s4rdpxgzakh8s79j1fcfcqk1w7gvgchc044xlicl1r49ic";
   };
 
   goPackagePath = "github.com/hashicorp/vault";