Merge pull request #67834 from endocrimes/u-consul
consul: 1.5.2 -> 1.6.0
This commit is contained in:
commit
22a9e79ad3
@ -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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user