3
0
Fork 0
forked from mirrors/nixpkgs

consul: 1.4.2 -> 1.4.4

This commit is contained in:
Niklas Hambüchen 2019-06-30 15:08:37 +02:00
parent e295fd8137
commit c7876f12e2

View file

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