klibc: 2.0.13 -> 2.0.14

This commit is contained in:
R. Ryantm 2025-03-04 12:36:11 +00:00
parent 54040bae8e
commit 6a610677d1

View file

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