Merge pull request #15641 from steveeJ/bump-godep

godep: 60 -> 70
This commit is contained in:
Joachim Fasting 2016-05-28 01:03:05 +02:00
commit 5564ee4931

View file

@ -4058,11 +4058,11 @@ let
};
godep = buildFromGitHub rec {
version = "60";
version = "71";
rev = "v${version}";
owner = "tools";
repo = "godep";
sha256 = "1v05185ikfcb3sz9ygcwm9x8la77i27ml1bg9fs6vvahjzyr0rif";
sha256 = "08dndq9lakw7civz4h44mwmmnc6qflsfhp8c7c21l95zvmavbly7";
};
color = buildFromGitHub {