consul: 1.5.2 -> 1.6.0

This commit is contained in:
Danielle Lancashire 2019-08-31 16:46:45 +02:00
parent e0795aa5e8
commit 0c6a81a8b1
No known key found for this signature in database
GPG Key ID: 8D65584EF3DDF91B

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "consul"; pname = "consul";
version = "1.5.2"; version = "1.6.0";
rev = "v${version}"; rev = "v${version}";
goPackagePath = "github.com/hashicorp/consul"; goPackagePath = "github.com/hashicorp/consul";
@ -17,9 +17,9 @@ buildGoPackage rec {
# to apply your changes as patches on top of a release commit. # to apply your changes as patches on top of a release commit.
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hashicorp"; owner = "hashicorp";
repo = "consul"; repo = pname;
inherit rev; inherit rev;
sha256 = "1fn9xxdszil4zdal08cyq6gbs2larpr4zmjmv2w2ykiacbfhpa6h"; sha256 = "16rngyv9dp19gjbjwfvnmlfxbq67fxs55hgvvcyn9mplm1j0bb52";
}; };
preBuild = '' preBuild = ''