Skip to content

Commit

Permalink
dep: 0.4.0 -> 0.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
  • Loading branch information
vdemeester authored and globin committed Jan 25, 2018
1 parent 0fdd096 commit 89f73ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/dep/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "dep-${version}";
version = "0.4.0";
version = "0.4.1";
rev = "v${version}";

goPackagePath = "github.com/golang/dep";
Expand All @@ -12,7 +12,7 @@ buildGoPackage rec {
inherit rev;
owner = "golang";
repo = "dep";
sha256 = "1m325p1brzhqkabibc1ifvrsa589m0077z33l3hzq6ml88qm6nyp";
sha256 = "0183xq5l4sinnclynv6xi85vmk69mqpy5wjfsgh8bxwziq3vkd7y";
};

buildFlagsArray = ("-ldflags=-s -w -X main.commitHash=${rev} -X main.version=${version}");
Expand Down

0 comments on commit 89f73ce

Please sign in to comment.