busybox: 1.28.2 -> 1.28.3

This commit is contained in:
Will Dietz 2018-04-05 12:00:51 -05:00
parent b4a517841b
commit ce4a423499

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" ];