forked from mirrors/nixpkgs
diffstat: update from 1.45 to 1.58
This commit is contained in:
parent
3b3e7e8f25
commit
d706aab747
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue