Skip to content

Commit

Permalink
busybox: 1.26.1 -> 1.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus authored and globin committed Jan 14, 2017
1 parent 139ed79 commit afb73be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/busybox/default.nix
Expand Up @@ -26,11 +26,11 @@ let
in

stdenv.mkDerivation rec {
name = "busybox-1.26.1";
name = "busybox-1.26.2";

src = fetchurl {
url = "http://busybox.net/downloads/${name}.tar.bz2";
sha256 = "1wl1yy82am53srhgpi1w04hs5hbqjljrrxwwfic35k1mza3y9fqg";
sha256 = "05mg6rh5smkzfwqfcazkpwy6h6555llsazikqnvwkaf17y8l8gns";
};

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

0 comments on commit afb73be

Please sign in to comment.