godep: 60 -> 70

This commit is contained in:
Stefan Junker 2016-05-23 14:57:44 +02:00
parent 8de756d4d1
commit 9d525bb010

View file

@ -4064,11 +4064,11 @@ let
};
godep = buildFromGitHub rec {
version = "60";
version = "70";
rev = "v${version}";
owner = "tools";
repo = "godep";
sha256 = "1v05185ikfcb3sz9ygcwm9x8la77i27ml1bg9fs6vvahjzyr0rif";
sha256 = "0xr2277nr7xbgc8lnz70r10z53aq1kww6wpi1bnsyrvn3wm7c36c";
};
color = buildFromGitHub {