Updating busybox

svn path=/nixpkgs/branches/stdenv-updates/; revision=24850
This commit is contained in:
Lluís Batlle i Rossell 2010-11-25 09:05:04 +00:00
parent 794b722cca
commit 5007314654

View file

@ -39,11 +39,11 @@ let
in
stdenv.mkDerivation rec {
name = "busybox-1.17.3";
name = "busybox-1.18.0";
src = fetchurl {
url = "http://busybox.net/downloads/${name}.tar.bz2";
sha256 = "1whza71p28r243j0qil1ari6p779h84ix1ikmmsqs1hsyrs04byy";
sha256 = "007bc8k6sc62iyjmyv3di2c8xdxvdhvqg68c7pn40m0455lmx79s";
};
configurePhase = ''