spire: 1.6.3 -> 1.6.4

This commit is contained in:
R. Ryantm 2023-05-21 04:05:08 +00:00
parent dd816a74ce
commit f1ad765f69

View file

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