dep: 0.3.1 -> 0.4.0

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2018-01-24 15:48:55 -08:00
parent 0e7a5207ec
commit 39676b5b01
No known key found for this signature in database
GPG Key ID: 083CC6FD6EB699A3

View File

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