Skip to content

Commit

Permalink
consul: 1.6.0 -> 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Sep 21, 2019
1 parent ad09694 commit 9641405
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 @@

buildGoPackage rec {
pname = "consul";
version = "1.6.0";
version = "1.6.1";
rev = "v${version}";

goPackagePath = "github.com/hashicorp/consul";
Expand All @@ -19,7 +19,7 @@ buildGoPackage rec {
owner = "hashicorp";
repo = pname;
inherit rev;
sha256 = "16rngyv9dp19gjbjwfvnmlfxbq67fxs55hgvvcyn9mplm1j0bb52";
sha256 = "00dvvxi7y80v2b6wzwyfzhxv1ksnl1m0nmdjl98dhq5ikb0v7p28";
};

preBuild = ''
Expand Down

0 comments on commit 9641405

Please sign in to comment.