spire: 1.9.5 -> 1.9.6

This commit is contained in:
R. Ryantm 2024-05-26 19:41:07 +00:00
parent 8de5bd2ac7
commit 89222336b0

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "spire";
version = "1.9.5";
version = "1.9.6";
outputs = [ "out" "agent" "server" ];
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "spiffe";
repo = pname;
rev = "v${version}";
sha256 = "sha256-cn7ipY5dKcKSUTqOAqOf9KgdufMnk58WW4to9MfRL7g=";
sha256 = "sha256-wubrZJBPLA83VB57UVKLuh2cmyXHouwN4BVPiHFl+1s=";
};
vendorHash = "sha256-XWfo6NbADVRaMuemTrDgF2LQSpIe037z8el2CVzOJHI=";
vendorHash = "sha256-tx0zIr9rXuOvt+77Sp6dIdtN21fDX5FdnTxGpHWo7+A=";
subPackages = [ "cmd/spire-agent" "cmd/spire-server" ];