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

spire: 1.9.1 -> 1.9.2
This commit is contained in:
Weijia Wang 2024-03-27 16:10:13 +01:00 committed by GitHub
commit cea1829540
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "spire";
version = "1.9.1";
version = "1.9.2";
outputs = [ "out" "agent" "server" ];
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "spiffe";
repo = pname;
rev = "v${version}";
sha256 = "sha256-+IIT2y4TJDhxxEFiaefgiHVSzO4sVQ3oPO1aMEoBQTU=";
sha256 = "sha256-Gbi6nM9tjH/bYOFwpBrjH/rFEtSs9ihxM3jDAt+5HTU=";
};
vendorHash = "sha256-X8/R2u7mAJuwfltIZV5NrgbzR0U6Ty092Wlbs3u9oIw=";
vendorHash = "sha256-XYM6r/+31apm9Ygq3eMX5DRf8p7/jwkBNaE2OvooRwM=";
subPackages = [ "cmd/spire-agent" "cmd/spire-server" ];