glibc: 2.32-25 -> 2.32-35
This commit is contained in:
parent
80c367cf1b
commit
733b53313c
Binary file not shown.
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
version = "2.32";
|
version = "2.32";
|
||||||
patchSuffix = "-25";
|
patchSuffix = "-35";
|
||||||
sha256 = "0di848ibffrnwq7g2dvgqrnn4xqhj3h96csn69q4da51ymafl9qn";
|
sha256 = "0di848ibffrnwq7g2dvgqrnn4xqhj3h96csn69q4da51ymafl9qn";
|
||||||
in
|
in
|
||||||
|
|
||||||
@ -62,11 +62,11 @@ stdenv.mkDerivation ({
|
|||||||
/* No tarballs for stable upstream branch, only https://sourceware.org/git/glibc.git
|
/* No tarballs for stable upstream branch, only https://sourceware.org/git/glibc.git
|
||||||
and using git or something would complicate bootstrapping.
|
and using git or something would complicate bootstrapping.
|
||||||
Fortunately it's not too big.
|
Fortunately it's not too big.
|
||||||
$ git checkout release/2.32/master; git describe
|
$ git checkout origin/release/2.32/master; git describe
|
||||||
glibc-2.32-25-g0d9793e82a
|
glibc-2.32-35-g082798622d
|
||||||
$ git show --reverse glibc-2.32.. | gzip -n -9 --rsyncable - > 2.32-25.patch.gz
|
$ git show --reverse glibc-2.32.. | gzip -n -9 --rsyncable - > 2.32-35.patch.gz
|
||||||
*/
|
*/
|
||||||
./2.32-25.patch.gz
|
./2.32-35.patch.gz
|
||||||
|
|
||||||
/* Allow NixOS and Nix to handle the locale-archive. */
|
/* Allow NixOS and Nix to handle the locale-archive. */
|
||||||
./nix-locale-archive.patch
|
./nix-locale-archive.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user