spire: 1.6.4 -> 1.7.0

This commit is contained in:
R. Ryantm 2023-06-17 15:45:46 +00:00
parent 9fce0f6550
commit bb5a571898

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "spire";
version = "1.6.4";
version = "1.7.0";
outputs = [ "out" "agent" "server" ];
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "spiffe";
repo = pname;
rev = "v${version}";
sha256 = "sha256-frnqxy4Z/pg4tpNEHkIY2V+bu4rtuo8h1TX44mEnbnc=";
sha256 = "sha256-aJ9T8OUsHNeWV05MWLet35V0YFyD7QoiExN6PTmHs3w=";
};
vendorHash = "sha256-LR8aY2n8wU4abP+mcSgI03+I6Y1vcQGsp41+YNmZo9A=";
vendorHash = "sha256-4KJysqByDVuK2OU/+sGtpXtSJe4YkVe4OhRyn9tkgsg=";
subPackages = [ "cmd/spire-agent" "cmd/spire-server" ];