Skip to content

Commit

Permalink
consul: 0.7.3 -> 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepchhetri authored and globin committed Feb 17, 2017
1 parent 3e484e7 commit 7ab871b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pkgs/servers/consul/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "consul-${version}";
version = "0.7.3";
version = "0.7.5";
rev = "v${version}";

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

# Keep consul.ui for backward compatability
passthru.ui = consul-ui;

meta = with stdenv.lib; {
description = "Tool for service discovery, monitoring and configuration";
homepage = "https://www.consul.io/";
platforms = platforms.linux ++ platforms.darwin;
license = licenses.mpl20;
maintainers = with maintainers; [ pradeepchhetri ];
};
}

0 comments on commit 7ab871b

Please sign in to comment.