Merge pull request #67834 from endocrimes/u-consul

consul: 1.5.2 -> 1.6.0
This commit is contained in:
Marek Mahut 2019-09-01 08:28:34 +02:00 committed by GitHub
commit 22a9e79ad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''