glibc: 2.33-55 -> 2.33-56

+2 -2
pkgs/development/libraries/glibc/2.33-master.patch.gz

This is a binary file and will not be displayed.

+2 -2
pkgs/development/libraries/glibc/common.nix
··· 44 44 45 45 let 46 46 version = "2.33"; 47 - patchSuffix = "-55"; 47 + patchSuffix = "-56"; 48 48 sha256 = "sha256-LiVWAA4QXb1X8Layoy/yzxc73k8Nhd/8z9i35RoGd/8="; 49 49 in 50 50 ··· 63 63 [ 64 64 /* No tarballs for stable upstream branch, only https://sourceware.org/git/glibc.git and using git would complicate bootstrapping. 65 65 $ git fetch --all -p && git checkout origin/release/2.33/master && git describe 66 - glibc-2.33-55-g4b95183785 66 + glibc-2.33-56-g6090cf1330 67 67 $ git show --minimal --reverse glibc-2.33.. | gzip -9n --rsyncable - > 2.33-master.patch.gz 68 68 69 69 To compare the archive contents zdiff can be used.