3
0
Fork 0
forked from mirrors/nixpkgs

diffstat: update from 1.45 to 1.58

This commit is contained in:
Nixpkgs Monitor 2013-12-10 18:30:42 +02:00 committed by Evgeny Egorochkin
parent 3b3e7e8f25
commit d706aab747

View file

@ -1,11 +1,11 @@
{fetchurl, stdenv}:
stdenv.mkDerivation rec {
name = "diffstat-1.45";
name = "diffstat-1.58";
src = fetchurl {
url = "ftp://invisible-island.net/diffstat/"+ name +".tgz";
md5 = "cfe06ffcdbeaaa2fd296db867157ef78";
sha256 = "14rpf5c05ff30f6vn6pn6pzy0k4g4is5im656ahsxff3k58i7mgs";
};
meta = {