Merge pull request #35363 from dtzWill/update/busybox-1.28.1

busybox: 1.28.0 -> 1.28.1
This commit is contained in:
Will Dietz 2018-02-22 15:04:33 -06:00 committed by GitHub
commit 664cb083e7
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.0";
name = "busybox-1.28.1";
# 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 = "1701carjf02y7r3djm1yvyd5kzrcxm4szinp7agfv7fmvfvm6ib0";
sha256 = "0bk52cxxlya5hg9va87snr9caz9ppdrpdyjwrnbwamhi64y1vzlq";
};
hardeningDisable = [ "format" ] ++ lib.optionals enableStatic [ "fortify" ];