consul: 1.3.0 -> 1.4.1

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2019-01-28 15:10:22 +01:00
parent 63aa9a887f
commit a73398d082
No known key found for this signature in database
GPG key ID: 083CC6FD6EB699A3

View file

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