Merge pull request #227530 from r-ryantm/auto-update/spire

spire: 1.6.1 -> 1.6.3
This commit is contained in:
Weijia Wang
2023-04-26 00:12:26 +03:00
committed by GitHub
+3 -3
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" ];