Merge pull request #260234 from r-ryantm/auto-update/klibc

klibc: 2.0.12 -> 2.0.13
This commit is contained in:
Weijia Wang 2023-10-17 23:50:47 +02:00 committed by GitHub
commit c94e557f1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@ in
stdenv.mkDerivation rec {
pname = "klibc";
version = "2.0.12";
version = "2.0.13";
src = fetchurl {
url = "mirror://kernel/linux/libs/klibc/2.0/klibc-${version}.tar.xz";
hash = "sha256-cfgWoNOr46uotGMZrlyhR+eno4QBs/XiYgJfTcCMR10=";
hash = "sha256-1nOilPdC1ZNoIi/1w4Ri2BCYxVBjeZ3m+4p7o9SvBDY=";
};
patches = [ ./no-reinstall-kernel-headers.patch ];