Skip to content

Commit

Permalink
Merge pull request #168832 from fkautz/spire-1.2.1-to-1.2.3
Browse files Browse the repository at this point in the history
spire: 1.2.1 -> 1.2.3
  • Loading branch information
Artturin authored Apr 16, 2022
2 parents 34baf79 + c39d8b0 commit 727e1d7
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.2.1";
version = "1.2.3";

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

src = fetchFromGitHub {
owner = "spiffe";
repo = pname;
rev = "v${version}";
sha256 = "sha256-LK73RGSTwGhCXOglsqK8RAAldovRzliE78vi2ilTSrw=";
sha256 = "sha256-k2kg1Wz0pPV9di2T1A1QvPxLqS5uZBvklNfBW72dQa0=";
};

vendorSha256 = "sha256-am8ZTUX8Vph1Eg013NObMiSVeupS2hlHdpZ/1mO27dY=";
vendorSha256 = "sha256-J2D5hD0+0VY0sWi6O/McLIvK775aQiDqA+h24oYgRxY=";

subPackages = [ "cmd/spire-agent" "cmd/spire-server" ];

Expand Down

0 comments on commit 727e1d7

Please sign in to comment.