Skip to content

Commit

Permalink
busybox: 1.29.2 -> 1.29.3 (#46458)
Browse files Browse the repository at this point in the history
(cherry picked from commit 30500d2)
  • Loading branch information
dtzWill authored and xeji committed Sep 10, 2018
1 parent 55c8b29 commit 93e78c7
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 @@ -32,14 +32,14 @@ let
in

stdenv.mkDerivation rec {
name = "busybox-1.29.2";
name = "busybox-1.29.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 = "https://busybox.net/downloads/${name}.tar.bz2";
sha256 = "0qax9926qx9lpxiw75f4hkknz1pg0zcn5pkjx5gqfibs2ipgmlk7";
sha256 = "1dzg45vgy2w1xcd3p6h8d76ykhabbvk1h0lf8yb24ikrwlv8cr4p";
};

hardeningDisable = [ "format" ] ++ lib.optionals enableStatic [ "fortify" ];
Expand Down

0 comments on commit 93e78c7

Please sign in to comment.