Merge pull request #69220 from NixOS/consul-1.6.1

consul: 1.6.0 -> 1.6.1
This commit is contained in:
Marek Mahut 2019-09-23 19:18:51 +02:00 committed by GitHub
commit 23491749be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "consul";
version = "1.6.0";
version = "1.6.1";
rev = "v${version}";
goPackagePath = "github.com/hashicorp/consul";
@ -19,7 +19,7 @@ buildGoPackage rec {
owner = "hashicorp";
repo = pname;
inherit rev;
sha256 = "16rngyv9dp19gjbjwfvnmlfxbq67fxs55hgvvcyn9mplm1j0bb52";
sha256 = "00dvvxi7y80v2b6wzwyfzhxv1ksnl1m0nmdjl98dhq5ikb0v7p28";
};
preBuild = ''