busybox: 1.34.1 -> 1.35.0
This commit is contained in:
parent
2073659a0f
commit
7d83997eb4
@ -50,14 +50,14 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "busybox";
|
pname = "busybox";
|
||||||
version = "1.34.1";
|
version = "1.35.0";
|
||||||
|
|
||||||
# Note to whoever is updating busybox: please verify that:
|
# Note to whoever is updating busybox: please verify that:
|
||||||
# nix-build pkgs/stdenv/linux/make-bootstrap-tools.nix -A test
|
# nix-build pkgs/stdenv/linux/make-bootstrap-tools.nix -A test
|
||||||
# still builds after the update.
|
# still builds after the update.
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://busybox.net/downloads/${pname}-${version}.tar.bz2";
|
url = "https://busybox.net/downloads/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "0jfm9fik7nv4w21zqdg830pddgkdjmplmna9yjn9ck1lwn4vsps1";
|
sha256 = "sha256-+u6yRMNaNIozT0pZ5EYm7ocPsHtohNaMEK6LwZ+DppQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "format" "pie" ]
|
hardeningDisable = [ "format" "pie" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user