Thomas Gerbet
2024-05-06 22:28:21 +02:00
parent d60422619c
commit ec0b22aff0
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@
let
version = "2.38";
patchSuffix = "-66";
patchSuffix = "-77";
sha256 = "sha256-+4KZiZiyspllRnvBtp0VLpwwfSzzAcnq+0VVt3DvP9I=";
in
@@ -60,7 +60,7 @@ stdenv.mkDerivation ({
[
/* 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.38/master && git describe
glibc-2.38-66-ge1135387de
glibc-2.38-77-gf510d75ff7
$ git show --minimal --reverse glibc-2.38.. | gzip -9n --rsyncable - > 2.38-master.patch.gz
To compare the archive contents zdiff can be used.