Skip to content

Commit

Permalink
Merge pull request #322198 from r-ryantm/auto-update/spire
Browse files Browse the repository at this point in the history
spire: 1.9.6 -> 1.10.0
  • Loading branch information
wegank authored Jul 1, 2024
2 parents f4ddbe0 + 4f4041b commit d786466
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/spire/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

buildGoModule rec {
pname = "spire";
version = "1.9.6";
version = "1.10.0";

outputs = [ "out" "agent" "server" ];

src = fetchFromGitHub {
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" ];

Expand Down

0 comments on commit d786466

Please sign in to comment.