forked from mirrors/nixpkgs
spire: 1.6.3 -> 1.6.4
This commit is contained in:
parent
dd816a74ce
commit
f1ad765f69
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "spire";
|
pname = "spire";
|
||||||
version = "1.6.3";
|
version = "1.6.4";
|
||||||
|
|
||||||
outputs = [ "out" "agent" "server" ];
|
outputs = [ "out" "agent" "server" ];
|
||||||
|
|
||||||
|
@ -10,10 +10,10 @@ buildGoModule rec {
|
||||||
owner = "spiffe";
|
owner = "spiffe";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-l+qDRcSZoCMfG20uE7xit2xhwwxVSBByqrRJcAH/WH4=";
|
sha256 = "sha256-frnqxy4Z/pg4tpNEHkIY2V+bu4rtuo8h1TX44mEnbnc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-th6HoMn5PjDFMnXwjNVC0Ngqtyu+XB1SFyrd5j8ZI8k=";
|
vendorHash = "sha256-LR8aY2n8wU4abP+mcSgI03+I6Y1vcQGsp41+YNmZo9A=";
|
||||||
|
|
||||||
subPackages = [ "cmd/spire-agent" "cmd/spire-server" ];
|
subPackages = [ "cmd/spire-agent" "cmd/spire-server" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue