about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-14 06:05:41 -0500
committerGitHub <noreply@github.com>2023-09-14 06:05:41 -0500
commit6f379b9d04199569432f610ecb606b0ac674c591 (patch)
treee5f67acac20880f7d183f13c0fb2ea08da1a895c /pkgs/tools
parent6cf0eafe122d9c5a13437763d273e8883cd37ba6 (diff)
parent2e6b8c011708b441f005474b5692d5d633f115db (diff)
Merge pull request #255085 from Intuinewin/update-vault
vault: 1.14.2 -> 1.14.3
Diffstat (limited to 'pkgs/tools')
-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 b477407e35f89..b793d43b1e1c9 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.2";
+  version = "1.14.3";
 
   src = fetchFromGitHub {
     owner = "hashicorp";
     repo = "vault";
     rev = "v${version}";
-    sha256 = "sha256-c3WoSowF1Z0E9L8DdfOeiluYJzVnzltujE3tKlrLvPQ=";
+    sha256 = "sha256-J8ZHK9zOZIo61xund4VQ46LD609B9zWgCZcD1StEu/Y=";
   };
 
-  vendorHash = "sha256-IUMBp+2TGtp55XnHo46aX7fYRUP/8+Vhe47KqR7zUws=";
+  vendorHash = "sha256-8ytAT7qVXAIfoeMyTBMJ6DiWn74sRM1WrrOYaKTlKMo=";
 
   proxyVendor = true;