Skip to content

Commit

Permalink
consul: 1.8.5 -> 1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jonringer committed Nov 25, 2020
1 parent e6e0d98 commit c024d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/consul/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoModule rec {
pname = "consul";
version = "1.8.5";
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 = "1cf3zvb3xh97hz5hav9f1q3b22lwryw6a7gcmm7cphk6bdrdiva5";
sha256 = "1jrvh4khxr12dzmsyfn8ch26rlk4cd65fqafsr7prjjbbjnpmgck";
};

passthru.tests.consul = nixosTests.consul;
Expand Down

0 comments on commit c024d24

Please sign in to comment.