Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified pkgs/development/libraries/glibc/2.37-master.patch.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/glibc/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

let
version = "2.37";
patchSuffix = "-8";
patchSuffix = "-39";
sha256 = "sha256-Ilfv8RGhgV109GhW2q9AsBnB5VMVbGnUi6DL/Bu5GkM=";
in

Expand All @@ -59,8 +59,8 @@ stdenv.mkDerivation ({
patches =
[
/* No tarballs for stable upstream branch, only https://sourceware.org/git/glibc.git and using git would complicate bootstrapping.
$ git fetch --all -p && git checkout origin/release/2.36/master && git describe
glibc-2.37-8-g590d0e089b
$ git fetch --all -p && git checkout origin/release/2.37/master && git describe
glibc-2.37-39-g6529a7466c
$ git show --minimal --reverse glibc-2.37.. | gzip -9n --rsyncable - > 2.37-master.patch.gz

To compare the archive contents zdiff can be used.
Expand Down