about summary refs log tree commit diff
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2023-09-26 15:27:00 -0400
committertechknowlogick <techknowlogick@gitea.io>2023-09-26 15:27:00 -0400
commit86325809c7a6d5c7c184de689d671550bd862eca (patch)
treef91fc0b624ab80310c394cd163336746ec024360
parent2d9579c75dc527fbdcdee40a27c07510bff1cc4c (diff)
vault: 1.14.3 -> 1.14.4
Diff: https://github.com/hashicorp/vault/compare/v1.14.3...1.14.4

Changelog: https://github.com/hashicorp/vault/blob/v1.14.4/CHANGELOG.md
-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 792cd4771866b..fb9ce6fd6d5a6 100644
--- a/pkgs/tools/security/vault/default.nix
+++ b/pkgs/tools/security/vault/default.nix
@@ -6,13 +6,13 @@
 
 buildGoModule rec {
   pname = "vault";
-  version = "1.14.3";
+  version = "1.14.4";
 
   src = fetchFromGitHub {
     owner = "hashicorp";
     repo = "vault";
     rev = "v${version}";
-    sha256 = "sha256-J8ZHK9zOZIo61xund4VQ46LD609B9zWgCZcD1StEu/Y=";
+    sha256 = "sha256-E7lEKsbl2L6KhLgAZbemCaTIjbsvl3wg3oCURn/Judc=";
   };
 
   vendorHash = "sha256-8ytAT7qVXAIfoeMyTBMJ6DiWn74sRM1WrrOYaKTlKMo=";