Merge pull request #314930 from r-ryantm/auto-update/spire

spire: 1.9.5 -> 1.9.6
This commit is contained in:
Weijia Wang 2024-06-02 19:04:00 +02:00 committed by GitHub
commit 8c3db07506
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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" ];