Skip to content

Commit

Permalink
consul: 1.8.0 -> 1.8.6
Browse files Browse the repository at this point in the history
(cherry picked from commit c024d24)
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Nov 26, 2020
1 parent ffb3aab commit c929398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/consul/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoModule rec {
pname = "consul";
version = "1.8.0";
version = "1.8.6";
rev = "v${version}";

# Note: Currently only release tags are supported, because they have the Consul UI
Expand All @@ -17,7 +17,7 @@ buildGoModule rec {
owner = "hashicorp";
repo = pname;
inherit rev;
sha256 = "1rmybh0piqlbsy5ihqy9cmg0vsgg9pnxiza2kia8ww4qx98nvh6y";
sha256 = "1jrvh4khxr12dzmsyfn8ch26rlk4cd65fqafsr7prjjbbjnpmgck";
};

passthru.tests.consul = nixosTests.consul;
Expand All @@ -26,7 +26,7 @@ buildGoModule rec {
# has a split module structure in one repo
subPackages = ["." "connect/certgen"];

vendorSha256 = "12a2x8j4kc1vi3ip0cz81k6anfwac23iqqyz00wf7wpvgxqzcxn3";
vendorSha256 = "1zz3hhngvx7989m73cp5a9j6spg42hgqd9vs8v332fvcr277lyxj";

doCheck = false;

Expand Down

0 comments on commit c929398

Please sign in to comment.