summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-22 05:11:51 +0000
committerMatthieu Coudron <teto@users.noreply.github.com>2023-06-25 17:10:31 +0200
commitbd2ffb1d2d9258fd0e3787a85c1e893d862093fa (patch)
treea89c812eaf4cff57ecbda7985d8a0f21e5b97375
parentba65428bd3f9964c5fddea0ea80e6d3bb656c83e (diff)
downloadnixpkgs-bd2ffb1d2d9258fd0e3787a85c1e893d862093fa.tar
nixpkgs-bd2ffb1d2d9258fd0e3787a85c1e893d862093fa.tar.gz
nixpkgs-bd2ffb1d2d9258fd0e3787a85c1e893d862093fa.tar.bz2
nixpkgs-bd2ffb1d2d9258fd0e3787a85c1e893d862093fa.tar.lz
nixpkgs-bd2ffb1d2d9258fd0e3787a85c1e893d862093fa.tar.xz
nixpkgs-bd2ffb1d2d9258fd0e3787a85c1e893d862093fa.tar.zst
nixpkgs-bd2ffb1d2d9258fd0e3787a85c1e893d862093fa.zip
vault: 1.13.3 -> 1.14.0
-rw-r--r--pkgs/tools/security/vault/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/vault/default.nix b/pkgs/tools/security/vault/default.nix
index 8d50e8c029b..87d4e02cb29 100644
--- a/pkgs/tools/security/vault/default.nix
+++ b/pkgs/tools/security/vault/default.nix
@@ -6,16 +6,16 @@
 
 buildGoModule rec {
   pname = "vault";
-  version = "1.13.3";
+  version = "1.14.0";
 
   src = fetchFromGitHub {
     owner = "hashicorp";
     repo = "vault";
     rev = "v${version}";
-    sha256 = "sha256-/AqUsjZArL4KjAzSkb1sM/xhKCIlg+2uvkV0TVwI1Q4=";
+    sha256 = "sha256-kx60OMIw7F9osF1u6GGp/xfUXo9XUhHmsrh3gCud0iI=";
   };
 
-  vendorHash = "sha256-Wt5VahshNI/etzQQdcKgD/TBuD4NMi5eVPMHiJYfScY=";
+  vendorHash = "sha256-gQ+n/UtZn07lyi48sRCulZ7R4gtwKVu1tklFwRAUIZo=";
 
   subPackages = [ "." ];