spire: 1.5.5 -> 1.6.1

This commit is contained in:
R. Ryantm 2023-03-03 01:57:42 +00:00
parent 255f62ed45
commit 55e47cf1ef

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "spire";
version = "1.5.5";
version = "1.6.1";
outputs = [ "out" "agent" "server" ];
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "spiffe";
repo = pname;
rev = "v${version}";
sha256 = "sha256-nx4a5VH5UIvvBwwzB77XdBv/2ofoOY7iVgXFYyGclnI=";
sha256 = "sha256-4OSzb0VMMSQSlD8951nJmRnehJw2IQI6fEYO/Y5hZiU=";
};
vendorHash = "sha256-RRC1eOSJBbaGMoc81OMu4OGDL950L7u1mheQLSpUXJk=";
vendorHash = "sha256-nYi4ZQHsrFSyB+5YI+nlaZ28FaefG3EZ+tT3SX/bI7o=";
subPackages = [ "cmd/spire-agent" "cmd/spire-server" ];