consul: 1.4.1 -> 1.4.2 (#56854)
This commit is contained in:
parent
09c3fb0d75
commit
7e8f04ab05
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "consul-${version}";
|
name = "consul-${version}";
|
||||||
version = "1.4.1";
|
version = "1.4.2";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
||||||
goPackagePath = "github.com/hashicorp/consul";
|
goPackagePath = "github.com/hashicorp/consul";
|
||||||
@ -19,7 +19,7 @@ buildGoPackage rec {
|
|||||||
owner = "hashicorp";
|
owner = "hashicorp";
|
||||||
repo = "consul";
|
repo = "consul";
|
||||||
inherit rev;
|
inherit rev;
|
||||||
sha256 = "1xd2chx69jdbq2r82d4cgyc8pf1cmmxqvbfz29bf3nvvi6bgq7d5";
|
sha256 = "1nprl9kcb98ikcmk7safji3hl4kfacx0gnh05k8m4ysfz6mr7zri";
|
||||||
};
|
};
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user