bugfix release of busybox

svn path=/nixpkgs/trunk/; revision=5661
This commit is contained in:
Armijn Hemel 2006-07-08 09:59:09 +00:00
parent 9ebca86ec6
commit 805c2e221d

View File

@ -1,12 +1,12 @@
{stdenv, fetchurl, gccCross, binutilsCross}:
stdenv.mkDerivation {
name = "busybox-1.1.0";
name = "busybox-1.1.3";
builder = ./builder.sh;
src = fetchurl {
url = http://www.busybox.net/downloads/busybox-1.1.0.tar.bz2;
md5 = "855e12c7c9dc90e16b014a788925e4cb";
url = http://busybox.net/downloads/busybox-1.1.3.tar.bz2;
md5 = "19a0b475169335f17e421cf644616fe7";
};
inherit gccCross;