summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Demeester <vincent@sbr.pm>2018-01-25 08:52:10 -0800
committerRobin Gloster <mail@glob.in>2018-01-25 20:08:25 +0100
commit89f73ceda58a9614187e1f1deef0f99000e091af (patch)
treee06a2509f995a7c8bd84370f0aa0655d8b28dd5f
parent0fdd0964fe99da56841c8d09c4095c7ff1997e82 (diff)
downloadnixlib-89f73ceda58a9614187e1f1deef0f99000e091af.tar
nixlib-89f73ceda58a9614187e1f1deef0f99000e091af.tar.gz
nixlib-89f73ceda58a9614187e1f1deef0f99000e091af.tar.bz2
nixlib-89f73ceda58a9614187e1f1deef0f99000e091af.tar.lz
nixlib-89f73ceda58a9614187e1f1deef0f99000e091af.tar.xz
nixlib-89f73ceda58a9614187e1f1deef0f99000e091af.tar.zst
nixlib-89f73ceda58a9614187e1f1deef0f99000e091af.zip
dep: 0.4.0 -> 0.4.1
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
-rw-r--r--pkgs/development/tools/dep/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/dep/default.nix b/pkgs/development/tools/dep/default.nix
index 630b1396944d..477c874af011 100644
--- a/pkgs/development/tools/dep/default.nix
+++ b/pkgs/development/tools/dep/default.nix
@@ -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";
@@ -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}");