Merge pull request #38480 from dtzWill/update/busybox-1.28.3

busybox: 1.28.2 -> 1.28.3
This commit is contained in:
Will Dietz 2018-04-05 12:42:25 -05:00 committed by GitHub
commit 62c35fd1c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,14 +33,14 @@ let
in
stdenv.mkDerivation rec {
name = "busybox-1.28.2";
name = "busybox-1.28.3";
# Note to whoever is updating busybox: please verify that:
# nix-build pkgs/stdenv/linux/make-bootstrap-tools.nix -A test
# still builds after the update.
src = fetchurl {
url = "http://busybox.net/downloads/${name}.tar.bz2";
sha256 = "03abp2n08xk32x8lhdinpxb8gk3faxjmgrv0xqw6ijbp12k98jmn";
sha256 = "0via6faqj9xcyi8r39r4n0wxlk8r2292yk0slzwrdri37w1j43dd";
};
hardeningDisable = [ "format" ] ++ lib.optionals enableStatic [ "fortify" ];