spire: 1.6.1 -> 1.6.3

This commit is contained in:
R. Ryantm 2023-04-22 01:10:10 +00:00
parent e025c6f560
commit 0c03318f28

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "spire";
version = "1.6.1";
version = "1.6.3";
outputs = [ "out" "agent" "server" ];
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "spiffe";
repo = pname;
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" ];