klibc: 2.0.12 -> 2.0.13

This commit is contained in:
R. Ryantm 2023-10-10 14:13:28 +00:00
parent 98156cb838
commit 815fdb3a12

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 ];