3
0
Fork 0
forked from mirrors/nixpkgs

busybox: downgrade 1.27.1 -> 1.26.2

... to fix our bootstrap tools until we find what exactly is wrong.
This effectively reverts 06a513ee05 and 50831d543d.
Discussion thread: #27746.
This commit is contained in:
Vladimír Čunát 2017-08-13 21:38:39 +02:00
parent a0aae85012
commit 9c3702ad35
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -27,11 +27,11 @@ let
in
stdenv.mkDerivation rec {
name = "busybox-1.27.1";
name = "busybox-1.26.2";
src = fetchurl {
url = "http://busybox.net/downloads/${name}.tar.bz2";
sha256 = "0dprylmcignrp29g41nkwr1b30v7i5x21lwymp3b93i1zd9sr468";
sha256 = "05mg6rh5smkzfwqfcazkpwy6h6555llsazikqnvwkaf17y8l8gns";
};
hardeningDisable = [ "format" ] ++ lib.optional enableStatic [ "fortify" ];