mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
glibc: 2.32-35 -> 2.32-37
This commit is contained in:
parent
b2e84fa59c
commit
1ef3b900c6
Binary file not shown.
@ -42,7 +42,7 @@
|
||||
|
||||
let
|
||||
version = "2.32";
|
||||
patchSuffix = "-35";
|
||||
patchSuffix = "-37";
|
||||
sha256 = "0di848ibffrnwq7g2dvgqrnn4xqhj3h96csn69q4da51ymafl9qn";
|
||||
in
|
||||
|
||||
@ -63,10 +63,10 @@ stdenv.mkDerivation ({
|
||||
and using git or something would complicate bootstrapping.
|
||||
Fortunately it's not too big.
|
||||
$ git checkout origin/release/2.32/master; git describe
|
||||
glibc-2.32-35-g082798622d
|
||||
$ git show --reverse glibc-2.32.. | gzip -n -9 --rsyncable - > 2.32-35.patch.gz
|
||||
glibc-2.32-37-g760e1d2878
|
||||
$ git show --reverse glibc-2.32.. | gzip -n -9 --rsyncable - > 2.32-master.patch.gz
|
||||
*/
|
||||
./2.32-35.patch.gz
|
||||
./2.32-master.patch.gz
|
||||
|
||||
/* Allow NixOS and Nix to handle the locale-archive. */
|
||||
./nix-locale-archive.patch
|
||||
|
Loading…
Reference in New Issue
Block a user