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

spire: 1.9.6 -> 1.10.0
This commit is contained in:
Weijia Wang 2024-07-02 00:53:31 +02:00 committed by GitHub
commit d786466691
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.6";
version = "1.10.0";
outputs = [ "out" "agent" "server" ];
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "spiffe";
repo = pname;
rev = "v${version}";
sha256 = "sha256-wubrZJBPLA83VB57UVKLuh2cmyXHouwN4BVPiHFl+1s=";
sha256 = "sha256-4S+Pko8uMZmVVB5vjG6Y1mBB3RFtwBBrH2T6FPrss9s=";
};
vendorHash = "sha256-tx0zIr9rXuOvt+77Sp6dIdtN21fDX5FdnTxGpHWo7+A=";
vendorHash = "sha256-U8JGj1hsV0ySREcWZeA243FO/8VPSZ1KUIsVrw1P5H0=";
subPackages = [ "cmd/spire-agent" "cmd/spire-server" ];