Skip to content

Commit

Permalink
consul: 0.7.5 -> 0.9.3
Browse files Browse the repository at this point in the history
(cherry picked from commit 29b2830)
  • Loading branch information
nh2 authored and LnL7 committed Sep 29, 2017
1 parent 0c2c8b1 commit d337756
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 {
name = "consul-${version}";
version = "0.7.5";
version = "0.9.3";
rev = "v${version}";

goPackagePath = "github.com/hashicorp/consul";
Expand All @@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "hashicorp";
repo = "consul";
inherit rev;
sha256 = "0zh4j5p0v41v7i6v084dgsdchx1azjs2mjb3dlfdv671rsnwi54z";
sha256 = "1176frp7kimpycsmz9wrbizf46jgxr8jq7hz5w4q1x90lswvrxv3";
};

# Keep consul.ui for backward compatability
Expand Down

0 comments on commit d337756

Please sign in to comment.