spire: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm 2022-03-18 00:16:16 +00:00 committed by Jonathan Ringer
parent b19c177b87
commit d96018d299

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "spire";
version = "1.2.0";
version = "1.2.1";
outputs = [ "out" "agent" "server" ];
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "spiffe";
repo = pname;
rev = "v${version}";
sha256 = "01ph9jzh18bnidrsbnnxm3gxh0cgfllnjvf7a5haqz51lm6a9pny";
sha256 = "sha256-LK73RGSTwGhCXOglsqK8RAAldovRzliE78vi2ilTSrw=";
};
vendorSha256 = "1fd1k5by4wcjmzfgi3gnrwnb38b0wa3w67kzjlx8s0nwapyfgx0b";
vendorSha256 = "sha256-am8ZTUX8Vph1Eg013NObMiSVeupS2hlHdpZ/1mO27dY=";
subPackages = [ "cmd/spire-agent" "cmd/spire-server" ];