Skip to content

Commit 50831d5

Browse files
committedJul 8, 2017
busybox: 1.26.2 -> 1.27.0
1 parent ca1089a commit 50831d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/os-specific/linux/busybox/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ let
2727
in
2828

2929
stdenv.mkDerivation rec {
30-
name = "busybox-1.26.2";
30+
name = "busybox-1.27.0";
3131

3232
src = fetchurl {
3333
url = "http://busybox.net/downloads/${name}.tar.bz2";
34-
sha256 = "05mg6rh5smkzfwqfcazkpwy6h6555llsazikqnvwkaf17y8l8gns";
34+
sha256 = "1kcr0jvik0c31ls4f3li359xv7w0b60hv64fknj28bwlkdgbvpx5";
3535
};
3636

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

0 commit comments

Comments
 (0)