forked from mirrors/nixpkgs
busybox: Bump to 1.19.0
svn path=/nixpkgs/trunk/; revision=28548
This commit is contained in:
parent
03b53d595d
commit
3afb3eba27
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue