forked from mirrors/nixpkgs
consul: 1.5.2 -> 1.6.0
This commit is contained in:
parent
e0795aa5e8
commit
0c6a81a8b1
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildGoPackage rec {
|
||||
pname = "consul";
|
||||
version = "1.5.2";
|
||||
version = "1.6.0";
|
||||
rev = "v${version}";
|
||||
|
||||
goPackagePath = "github.com/hashicorp/consul";
|
||||
|
@ -17,9 +17,9 @@ buildGoPackage rec {
|
|||
# to apply your changes as patches on top of a release commit.
|
||||
src = fetchFromGitHub {
|
||||
owner = "hashicorp";
|
||||
repo = "consul";
|
||||
repo = pname;
|
||||
inherit rev;
|
||||
sha256 = "1fn9xxdszil4zdal08cyq6gbs2larpr4zmjmv2w2ykiacbfhpa6h";
|
||||
sha256 = "16rngyv9dp19gjbjwfvnmlfxbq67fxs55hgvvcyn9mplm1j0bb52";
|
||||
};
|
||||
|
||||
preBuild = ''
|
||||
|
|
Loading…
Reference in a new issue