3
0
Fork 0
forked from mirrors/nixpkgs

busybox: Bump to 1.19.0

svn path=/nixpkgs/trunk/; revision=28548
This commit is contained in:
Shea Levy 2011-08-13 20:41:49 +00:00
parent 03b53d595d
commit 3afb3eba27

View file

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