dep: 0.5.0 -> 0.5.1

This commit is contained in:
Roman Volosatovs 2019-04-28 18:27:19 +02:00
parent 7d558b2cdf
commit 9aa9ca6d2e
No known key found for this signature in database
GPG Key ID: 3AC661943D80C89E

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "dep-${version}";
version = "0.5.0";
version = "0.5.1";
rev = "v${version}";
goPackagePath = "github.com/golang/dep";
@ -12,7 +12,7 @@ buildGoPackage rec {
inherit rev;
owner = "golang";
repo = "dep";
sha256 = "1p35995w2f8rp4cxhcwnhdv26ajx6gxx9pm2ijb5sjy2pwhw5c6j";
sha256 = "1a5vq5v3ikg6iysbywxr5hcjnbv76nzhk50rd3iq3v2fnyq38dv2";
};
buildFlagsArray = ("-ldflags=-s -w -X main.commitHash=${rev} -X main.version=${version}");