lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

busybox: 1.28.0 -> 1.28.1

+2 -2
+2 -2
pkgs/os-specific/linux/busybox/default.nix
··· 33 33 in 34 34 35 35 stdenv.mkDerivation rec { 36 - name = "busybox-1.28.0"; 36 + name = "busybox-1.28.1"; 37 37 38 38 # Note to whoever is updating busybox: please verify that: 39 39 # nix-build pkgs/stdenv/linux/make-bootstrap-tools.nix -A test 40 40 # still builds after the update. 41 41 src = fetchurl { 42 42 url = "http://busybox.net/downloads/${name}.tar.bz2"; 43 - sha256 = "1701carjf02y7r3djm1yvyd5kzrcxm4szinp7agfv7fmvfvm6ib0"; 43 + sha256 = "0bk52cxxlya5hg9va87snr9caz9ppdrpdyjwrnbwamhi64y1vzlq"; 44 44 }; 45 45 46 46 hardeningDisable = [ "format" ] ++ lib.optionals enableStatic [ "fortify" ];