consul: 1.17.0 -> 1.17.1

Diff: https://github.com/hashicorp/consul/compare/v1.17.0...v1.17.1
This commit is contained in:
Adam Stephens 2023-12-16 16:17:25 -05:00
parent ee7caa7688
commit ded76684a2
No known key found for this signature in database

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "consul";
version = "1.17.0";
version = "1.17.1";
rev = "v${version}";
# Note: Currently only release tags are supported, because they have the Consul UI
@ -17,7 +17,7 @@ buildGoModule rec {
owner = "hashicorp";
repo = pname;
inherit rev;
hash = "sha256-fAcgO7r0GrL2GrsX7flezhbQMcg+YBH6Lrn7BW2XMwM=";
hash = "sha256-z6pO9+fQ+0jeYM3wCG8T/1C5aSeSZITj+f8TmGxR+Gw=";
};
passthru.tests.consul = nixosTests.consul;
@ -26,7 +26,7 @@ buildGoModule rec {
# has a split module structure in one repo
subPackages = ["." "connect/certgen"];
vendorHash = "sha256-xxREyw7xgx9Zp7nua1yq39TioWvRQXOhWqYaK6eJaOc=";
vendorHash = "sha256-Xt7azJS65B53jYPWLytNaGQv3Poy+3j4ak1Jq68vZRI=";
doCheck = false;