about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-21 14:48:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-21 14:48:04 +0000
commitbdcc0de94ddfa5387b450205b862e99fe0b8c759 (patch)
tree5825efec125a79cdd2aadf4c03273bd23fbbe708 /pkgs/tools/security
parent0663b90f545ac4117489977fbc3a58b199e5d087 (diff)
spire: 1.5.4 -> 1.5.5
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/spire/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/spire/default.nix b/pkgs/tools/security/spire/default.nix
index 7c7562d1adb63..f3cb9e85dcecb 100644
--- a/pkgs/tools/security/spire/default.nix
+++ b/pkgs/tools/security/spire/default.nix
@@ -2,7 +2,7 @@
 
 buildGoModule rec {
   pname = "spire";
-  version = "1.5.4";
+  version = "1.5.5";
 
   outputs = [ "out" "agent" "server" ];
 
@@ -10,10 +10,10 @@ buildGoModule rec {
     owner = "spiffe";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-DHN1JL4CYnme3hPbkNPXWXsgFpJ9BIRnGPl/csr43iY=";
+    sha256 = "sha256-nx4a5VH5UIvvBwwzB77XdBv/2ofoOY7iVgXFYyGclnI=";
   };
 
-  vendorHash = "sha256-5MveK7wZ4KpUEZ4lhm95/8bOi5NtYR4n0fSfZhC+GPo=";
+  vendorHash = "sha256-RRC1eOSJBbaGMoc81OMu4OGDL950L7u1mheQLSpUXJk=";
 
   subPackages = [ "cmd/spire-agent" "cmd/spire-server" ];