Upgrade busybox from 1.20.2 -> 1.21.1
This commit is contained in:
parent
21b3591136
commit
19478d83e4
@ -37,16 +37,13 @@ let
|
|||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "busybox-1.20.2";
|
name = "busybox-1.21.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://busybox.net/downloads/${name}.tar.bz2";
|
url = "http://busybox.net/downloads/${name}.tar.bz2";
|
||||||
sha256 = "10k8kgrprll9hxfm9gc3jl7kkq79g6l2pygn5snqwqg5v80zy4zb";
|
sha256 = "00qk938q90jv14mxmadm8pgs3jymkknc6xicw4512mn85s8y0nyd";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Remove this patch after the next busybox update.
|
|
||||||
patches = [ ./include-missing-sys-resource-header.patch ];
|
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
make defconfig
|
make defconfig
|
||||||
${configParser}
|
${configParser}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user