Skip to content

Commit

Permalink
busybox: downgrade 1.27.1 -> 1.26.2
Browse files Browse the repository at this point in the history
... to fix our bootstrap tools until we find what exactly is wrong.
This effectively reverts 06a513e and 50831d5.
Discussion thread: #27746.
  • Loading branch information
vcunat committed Aug 13, 2017
1 parent a0aae85 commit 9c3702a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/busybox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down

0 comments on commit 9c3702a

Please sign in to comment.