consul: 1.4.1 -> 1.4.2 (#56854)

This commit is contained in:
Danylo Hlynskyi 2019-03-05 13:35:22 +02:00 committed by GitHub
parent 09c3fb0d75
commit 7e8f04ab05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "consul-${version}";
version = "1.4.1";
version = "1.4.2";
rev = "v${version}";
goPackagePath = "github.com/hashicorp/consul";
@ -19,7 +19,7 @@ buildGoPackage rec {
owner = "hashicorp";
repo = "consul";
inherit rev;
sha256 = "1xd2chx69jdbq2r82d4cgyc8pf1cmmxqvbfz29bf3nvvi6bgq7d5";
sha256 = "1nprl9kcb98ikcmk7safji3hl4kfacx0gnh05k8m4ysfz6mr7zri";
};
preBuild = ''