summary refs log tree commit diff
path: root/pkgs/development/libraries/glibc/common.nix
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2022-01-28 09:18:36 +0000
committerTredwellGit <tredwell@tutanota.com>2022-01-28 09:18:36 +0000
commit00caaf1e9a815132f266ef555b7d4a90402e739c (patch)
treefc3dd56f9786b5e4265970ab28f623f7ec8c5227 /pkgs/development/libraries/glibc/common.nix
parentb7c57ee12180d671a6eb5d476c5119ead51c0ea1 (diff)
downloadnixpkgs-00caaf1e9a815132f266ef555b7d4a90402e739c.tar
nixpkgs-00caaf1e9a815132f266ef555b7d4a90402e739c.tar.gz
nixpkgs-00caaf1e9a815132f266ef555b7d4a90402e739c.tar.bz2
nixpkgs-00caaf1e9a815132f266ef555b7d4a90402e739c.tar.lz
nixpkgs-00caaf1e9a815132f266ef555b7d4a90402e739c.tar.xz
nixpkgs-00caaf1e9a815132f266ef555b7d4a90402e739c.tar.zst
nixpkgs-00caaf1e9a815132f266ef555b7d4a90402e739c.zip
glibc: 2.33-78 -> 2.33-108
Diffstat (limited to 'pkgs/development/libraries/glibc/common.nix')
-rw-r--r--pkgs/development/libraries/glibc/common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/glibc/common.nix b/pkgs/development/libraries/glibc/common.nix
index d633a202025..9a84a5f8167 100644
--- a/pkgs/development/libraries/glibc/common.nix
+++ b/pkgs/development/libraries/glibc/common.nix
@@ -44,7 +44,7 @@
 
 let
   version = "2.33";
-  patchSuffix = "-78";
+  patchSuffix = "-108";
   sha256 = "sha256-LiVWAA4QXb1X8Layoy/yzxc73k8Nhd/8z9i35RoGd/8=";
 in
 
@@ -63,7 +63,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.33/master && git describe
-          glibc-2.33-71-gac148bdd88
+          glibc-2.33-108-g3e2a15c666
           $ git show --minimal --reverse glibc-2.33.. | gzip -9n --rsyncable - > 2.33-master.patch.gz
 
          To compare the archive contents zdiff can be used.