klibc: 2.0.12 -> 2.0.13

+2 -2
+2 -2
pkgs/os-specific/linux/klibc/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "klibc"; 12 - version = "2.0.12"; 12 + version = "2.0.13"; 13 13 14 14 src = fetchurl { 15 15 url = "mirror://kernel/linux/libs/klibc/2.0/klibc-${version}.tar.xz"; 16 - hash = "sha256-cfgWoNOr46uotGMZrlyhR+eno4QBs/XiYgJfTcCMR10="; 16 + hash = "sha256-1nOilPdC1ZNoIi/1w4Ri2BCYxVBjeZ3m+4p7o9SvBDY="; 17 17 }; 18 18 19 19 patches = [ ./no-reinstall-kernel-headers.patch ];