Skip to content

Commit

Permalink
glibc: 2.32-24 -> 2.32-25
Browse files Browse the repository at this point in the history
  • Loading branch information
TredwellGit authored and FRidh committed Jan 9, 2021
1 parent 8ec9d0c commit 9a4e098
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file not shown.
8 changes: 4 additions & 4 deletions pkgs/development/libraries/glibc/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

let
version = "2.32";
patchSuffix = "-24";
patchSuffix = "-25";
sha256 = "0di848ibffrnwq7g2dvgqrnn4xqhj3h96csn69q4da51ymafl9qn";
in

Expand All @@ -63,10 +63,10 @@ stdenv.mkDerivation ({
and using git or something would complicate bootstrapping.
Fortunately it's not too big.
$ git checkout release/2.32/master; git describe
glibc-2.32-24-g1d49bede4d
$ git show --reverse glibc-2.32.. | gzip -n -9 --rsyncable - > 2.32-24.patch.gz
glibc-2.32-25-g0d9793e82a
$ git show --reverse glibc-2.32.. | gzip -n -9 --rsyncable - > 2.32-25.patch.gz
*/
./2.32-24.patch.gz
./2.32-25.patch.gz

/* Allow NixOS and Nix to handle the locale-archive. */
./nix-locale-archive.patch
Expand Down

0 comments on commit 9a4e098

Please sign in to comment.