mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
spire: 1.6.1 -> 1.6.3
This commit is contained in:
parent
e025c6f560
commit
0c03318f28
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "spire";
|
pname = "spire";
|
||||||
version = "1.6.1";
|
version = "1.6.3";
|
||||||
|
|
||||||
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-4OSzb0VMMSQSlD8951nJmRnehJw2IQI6fEYO/Y5hZiU=";
|
sha256 = "sha256-l+qDRcSZoCMfG20uE7xit2xhwwxVSBByqrRJcAH/WH4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-nYi4ZQHsrFSyB+5YI+nlaZ28FaefG3EZ+tT3SX/bI7o=";
|
vendorHash = "sha256-th6HoMn5PjDFMnXwjNVC0Ngqtyu+XB1SFyrd5j8ZI8k=";
|
||||||
|
|
||||||
subPackages = [ "cmd/spire-agent" "cmd/spire-server" ];
|
subPackages = [ "cmd/spire-agent" "cmd/spire-server" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user