update strace to 4.5.12. This does not solve the glibc quota problems,

will add a patch soon...

svn path=/nixpkgs/trunk/; revision=4339
This commit is contained in:
Armijn Hemel 2005-12-06 11:47:02 +00:00
parent 30a846de89
commit e700b0964e

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "strace-4.5.6";
name = "strace-4.5.12";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/strace-4.5.6.tar.bz2;
md5 = "2dd9d23430957a7ee0221efb28c66d1e";
url = http://surfnet.dl.sourceforge.net/sourceforge/strace/strace-4.5.12.tar.bz2;
md5 = "c9dc77b9bd7f144f317e8289e0f6d40b";
};
}