File tree Expand file tree Collapse file tree
pkgs/os-specific/linux/minimal-bootstrap Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515let
1616 inherit ( import ./common.nix { inherit lib ; } ) meta ;
1717 pname = "bootstrap-coreutils-musl" ;
18- version = "9.9 " ;
18+ version = "9.10 " ;
1919
2020 src = fetchurl {
2121 url = "mirror://gnu/coreutils/coreutils-${ version } .tar.gz" ;
22- hash = "sha256-kacZ/Pkj3mhgFvLI0ISovh95PzQXOGEnPEZo98Za+Uo =" ;
22+ hash = "sha256-4L3h+2hQlEf8cjzyUX6KjH+kZ2mRm7dJDtNQoukjhWI =" ;
2323 } ;
2424
2525 configureFlags = [
3333 "gl_cv_func_getcwd_path_max=\" no, but it is partly working\" "
3434 "gl_cv_have_unlimited_file_name_length=no"
3535
36- # test crashes bash-2.05b?
37- "gl_cv_func_pthread_rwlock_good_waitqueue=no"
38-
3936 # depends on linux/version.h, which is not present at this stage
4037 "gl_cv_func_copy_file_range=no"
4138 "gl_cv_onwards_func_copy_file_range=no"
Original file line number Diff line number Diff line change 2020let
2121 inherit ( import ./common.nix { inherit lib ; } ) meta ;
2222 pname = "coreutils-static" ;
23- version = "9.9 " ;
23+ version = "9.10 " ;
2424
2525 src = fetchurl {
2626 url = "mirror://gnu/coreutils/coreutils-${ version } .tar.gz" ;
27- hash = "sha256-kacZ/Pkj3mhgFvLI0ISovh95PzQXOGEnPEZo98Za+Uo =" ;
27+ hash = "sha256-4L3h+2hQlEf8cjzyUX6KjH+kZ2mRm7dJDtNQoukjhWI =" ;
2828 } ;
2929
3030 configureFlags = [
Original file line number Diff line number Diff line change 1414 diffutils ,
1515 findutils ,
1616 gnutar ,
17+ linux-headers ,
1718 xz ,
1819} :
1920let
2021 pname = "gnum4" ;
21- version = "1.4.20 " ;
22+ version = "1.4.21 " ;
2223
2324 src = fetchurl {
2425 url = "mirror://gnu/m4/m4-${ version } .tar.xz" ;
25- hash = "sha256-4jbqOhzPX2wnCxxLtgcm83H6SUWajqrryQshazKNrys =" ;
26+ hash = "sha256-8lxqtRVIpzp1VYdC+wMeBiXWSF/l+RVZSdZIaiQIq2Y =" ;
2627 } ;
2728in
2829bash . runCommand "${ pname } -${ version } "
@@ -70,7 +71,8 @@ bash.runCommand "${pname}-${version}"
7071 --build=${ buildPlatform . config } \
7172 --host=${ hostPlatform . config } \
7273 --disable-dependency-tracking \
73- CC=musl-gcc
74+ CC=musl-gcc \
75+ CFLAGS=-I${ linux-headers } /include
7476
7577 # Build
7678 make -j $NIX_BUILD_CORES
Original file line number Diff line number Diff line change 2020} :
2121let
2222 pname = "python" ;
23- version = "3.14.2 " ;
23+ version = "3.14.4 " ;
2424
2525 src = fetchurl {
2626 url = "https://www.python.org/ftp/python/${ version } /Python-${ version } .tar.xz" ;
27- hash = "sha256-zlQ6uFS8JWthtx6bJ/gx/9G/1gpHnWOfi+f5dXz1c+k =" ;
27+ hash = "sha256-2SPFEwPjjiSRNvwb3zVo1W7LAyFO/e9IUWF209f6rvg =" ;
2828 } ;
2929
3030 patches = [
Original file line number Diff line number Diff line change 1414} :
1515let
1616 pname = "xz" ;
17-
18- # At least versions 5.6.4 and 5.8.2 crash with spurious OoM when decompressing
19- # certain tarballs, when compiled with tcc.
20- version = "5.4.7" ;
17+ version = "5.8.3" ;
2118
2219 src = fetchurl {
2320 url = "https://tukaani.org/xz/xz-${ version } .tar.gz" ;
24- hash = "sha256-jbZmTEjKB5CLkrrtz+fzuiP0nvJHaGRRirXbZyODbnE =" ;
21+ hash = "sha256-PToblzryGBFPT4ibuqL0wDfequDI6BXuw4HD1Ua5dKA =" ;
2522 } ;
2623in
2724bash . runCommand "${ pname } -${ version } "
Original file line number Diff line number Diff line change 1616} :
1717let
1818 pname = "xz" ;
19- version = "5.8.2 " ;
19+ version = "5.8.3 " ;
2020
2121 src = fetchurl {
2222 url = "https://tukaani.org/xz/xz-${ version } .tar.gz" ;
23- hash = "sha256-zgnFCllieGuD5do4nJDdLBXs0JgKJY3QH3D5585YqPE =" ;
23+ hash = "sha256-PToblzryGBFPT4ibuqL0wDfequDI6BXuw4HD1Ua5dKA =" ;
2424 } ;
2525in
2626bash . runCommand "${ pname } -${ version } "
Original file line number Diff line number Diff line change 1313} :
1414let
1515 pname = "zlib" ;
16- version = "1.3.1 " ;
16+ version = "1.3.2 " ;
1717
1818 src = fetchurl {
1919 url = "https://github.com/madler/zlib/releases/download/v${ version } /zlib-${ version } .tar.xz" ;
20- hash = "sha256-OO+WuN/lENQnB9nHgYd5FHklQRM+GHCEFGO/pz+IPjI =" ;
20+ hash = "sha256-16BlR4Ok2lKdG7eTt62cMxgCCvd2Z7yuNfldDkKnkvM =" ;
2121 } ;
2222in
2323bash . runCommand "${ pname } -${ version } "
You can’t perform that action at this time.
0 commit comments