spire: 1.1.2 -> 1.2.0

Signed-off-by: Frederick F. Kautz IV <fkautz@alumni.cmu.edu>
This commit is contained in:
Frederick F. Kautz IV 2022-01-31 13:12:29 -08:00 committed by Jonathan Ringer
parent bb3bd16315
commit 2e1ec3aa22

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "spire";
version = "1.1.2";
version = "1.2.0";
outputs = [ "out" "agent" "server" ];
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "spiffe";
repo = pname;
rev = "v${version}";
sha256 = "sha256-MX2kbdLj72S2WBceUW/3ps34Bcsf/VArK8RN4r13wQY=";
sha256 = "01ph9jzh18bnidrsbnnxm3gxh0cgfllnjvf7a5haqz51lm6a9pny";
};
vendorSha256 = "sha256-ZRcXMNKhNY3W5fV9q/V7xsnODoG6KWHrzpWte9hx/Ms=";
vendorSha256 = "17d845lwlbk19lsc937c22b1l0ikimhlagknm2i7mn8s8xrs57q8";
subPackages = [ "cmd/spire-agent" "cmd/spire-server" ];