consul: 0.7.5 -> 0.9.3

This commit is contained in:
Niklas Hambüchen 2017-09-28 01:04:18 +02:00
parent b39c42d5d0
commit 29b2830d6e

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "consul-${version}"; name = "consul-${version}";
version = "0.7.5"; version = "0.9.3";
rev = "v${version}"; rev = "v${version}";
goPackagePath = "github.com/hashicorp/consul"; goPackagePath = "github.com/hashicorp/consul";
@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "hashicorp"; owner = "hashicorp";
repo = "consul"; repo = "consul";
inherit rev; inherit rev;
sha256 = "0zh4j5p0v41v7i6v084dgsdchx1azjs2mjb3dlfdv671rsnwi54z"; sha256 = "1176frp7kimpycsmz9wrbizf46jgxr8jq7hz5w4q1x90lswvrxv3";
}; };
# Keep consul.ui for backward compatability # Keep consul.ui for backward compatability