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 { buildGoPackage rec {
name = "consul-${version}"; name = "consul-${version}";
version = "1.4.2"; version = "1.4.4";
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 = "1nprl9kcb98ikcmk7safji3hl4kfacx0gnh05k8m4ysfz6mr7zri"; sha256 = "1dg6kdkk2rgzlpvwbxvrlb9mc3z0pg2s5wmhn6da6rs7hq9vdffz";
}; };
preBuild = '' preBuild = ''