Merge pull request #141355 from alyssais/busybox-1.34.1

authored by

Sandro and committed by
GitHub
f8d52833 5bd8120c

+3 -3
+3 -3
pkgs/os-specific/linux/busybox/default.nix
··· 49 50 stdenv.mkDerivation rec { 51 pname = "busybox"; 52 - version = "1.33.1"; 53 54 # Note to whoever is updating busybox: please verify that: 55 # nix-build pkgs/stdenv/linux/make-bootstrap-tools.nix -A test 56 # still builds after the update. 57 src = fetchurl { 58 url = "https://busybox.net/downloads/${pname}-${version}.tar.bz2"; 59 - sha256 = "0a0dcvsh7nxnhxc5y73fky0z30i9p7r30qfidm2akn0n5fywdkhj"; 60 }; 61 62 hardeningDisable = [ "format" "pie" ] ··· 135 description = "Tiny versions of common UNIX utilities in a single small executable"; 136 homepage = "https://busybox.net/"; 137 license = licenses.gpl2Only; 138 - maintainers = with maintainers; [ TethysSvensson ]; 139 platforms = platforms.linux; 140 priority = 10; 141 };
··· 49 50 stdenv.mkDerivation rec { 51 pname = "busybox"; 52 + version = "1.34.1"; 53 54 # Note to whoever is updating busybox: please verify that: 55 # nix-build pkgs/stdenv/linux/make-bootstrap-tools.nix -A test 56 # still builds after the update. 57 src = fetchurl { 58 url = "https://busybox.net/downloads/${pname}-${version}.tar.bz2"; 59 + sha256 = "0jfm9fik7nv4w21zqdg830pddgkdjmplmna9yjn9ck1lwn4vsps1"; 60 }; 61 62 hardeningDisable = [ "format" "pie" ] ··· 135 description = "Tiny versions of common UNIX utilities in a single small executable"; 136 homepage = "https://busybox.net/"; 137 license = licenses.gpl2Only; 138 + maintainers = with maintainers; [ TethysSvensson qyliss ]; 139 platforms = platforms.linux; 140 priority = 10; 141 };