consul: 1.17.3 -> 1.18.0

This commit is contained in:
R. Ryantm 2024-02-28 01:22:43 +00:00
parent 5d1b96ebf2
commit 842fd5e74a

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "consul";
version = "1.17.3";
version = "1.18.0";
# Note: Currently only release tags are supported, because they have the Consul UI
# vendored. See
@ -16,7 +16,7 @@ buildGoModule rec {
owner = "hashicorp";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-uJN28p2fPQBBkqnlUWrlBwTNfmHr3Pn/4JiMbOBBppI=";
hash = "sha256-Xhh6Rrcv/FoBjzhWR59gQ/R4A3ynqWYS8djNe3CnGCE=";
};
passthru.tests.consul = nixosTests.consul;
@ -25,7 +25,7 @@ buildGoModule rec {
# has a split module structure in one repo
subPackages = ["." "connect/certgen"];
vendorHash = "sha256-ToSCLAX+rNcUTnBBVWkWhLX+wjy7Y4vGLKuny1Ye3kY=";
vendorHash = "sha256-pNFjLXjtgsK8fjCCmjYclZw1GM4BfyzkTuaRCRIMJ3c=";
doCheck = false;