summary refs log tree commit diff
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-07-28 18:57:55 +0200
committerGitHub <noreply@github.com>2023-07-28 18:57:55 +0200
commita2c1f871505c73b73f0ad19e421881b011b88a64 (patch)
tree89f84265cef18066e08fbaa8b48d2e3df2115efb
parent3df1ca155f5acf1d586b66e131f1474f3e3711f5 (diff)
parentd694d3b0a9c970d274b1db79bc557be20737509b (diff)
downloadnixpkgs-a2c1f871505c73b73f0ad19e421881b011b88a64.tar
nixpkgs-a2c1f871505c73b73f0ad19e421881b011b88a64.tar.gz
nixpkgs-a2c1f871505c73b73f0ad19e421881b011b88a64.tar.bz2
nixpkgs-a2c1f871505c73b73f0ad19e421881b011b88a64.tar.lz
nixpkgs-a2c1f871505c73b73f0ad19e421881b011b88a64.tar.xz
nixpkgs-a2c1f871505c73b73f0ad19e421881b011b88a64.tar.zst
nixpkgs-a2c1f871505c73b73f0ad19e421881b011b88a64.zip
Merge pull request #245853 from r-ryantm/auto-update/vault
vault: 1.14.0 -> 1.14.1
-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 87d4e02cb29..666a8ff4271 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.14.0";
+  version = "1.14.1";
 
   src = fetchFromGitHub {
     owner = "hashicorp";
     repo = "vault";
     rev = "v${version}";
-    sha256 = "sha256-kx60OMIw7F9osF1u6GGp/xfUXo9XUhHmsrh3gCud0iI=";
+    sha256 = "sha256-3/oGuK+n0NGDdRYb+c0QNbJrCD2MBQDXWUDpdGsOY2k=";
   };
 
-  vendorHash = "sha256-gQ+n/UtZn07lyi48sRCulZ7R4gtwKVu1tklFwRAUIZo=";
+  vendorHash = "sha256-W5XsUWb3uZGX7RAQQMy67j9LM3KiEl/+XZAGDKTRwd0=";
 
   subPackages = [ "." ];