Skip to content

Commit

Permalink
spire: 1.9.2 -> 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jonringer committed Apr 8, 2024
1 parent c5707d8 commit 266c880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/spire/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildGoModule rec {
pname = "spire";
version = "1.9.2";
version = "1.9.3";

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

src = fetchFromGitHub {
owner = "spiffe";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Gbi6nM9tjH/bYOFwpBrjH/rFEtSs9ihxM3jDAt+5HTU=";
sha256 = "sha256-5Wisxo5RvDMmTgwPprpqVOPVTETCuUGWKuTu035swoY=";
};

vendorHash = "sha256-XYM6r/+31apm9Ygq3eMX5DRf8p7/jwkBNaE2OvooRwM=";
Expand Down

0 comments on commit 266c880

Please sign in to comment.