tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
klibc: 2.0.12 -> 2.0.13
R. Ryantm
2 years ago
815fdb3a
98156cb8
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
klibc
default.nix
+2
-2
pkgs/os-specific/linux/klibc/default.nix
···
9
10
stdenv.mkDerivation rec {
11
pname = "klibc";
12
-
version = "2.0.12";
13
14
src = fetchurl {
15
url = "mirror://kernel/linux/libs/klibc/2.0/klibc-${version}.tar.xz";
16
-
hash = "sha256-cfgWoNOr46uotGMZrlyhR+eno4QBs/XiYgJfTcCMR10=";
17
};
18
19
patches = [ ./no-reinstall-kernel-headers.patch ];
···
9
10
stdenv.mkDerivation rec {
11
pname = "klibc";
12
+
version = "2.0.13";
13
14
src = fetchurl {
15
url = "mirror://kernel/linux/libs/klibc/2.0/klibc-${version}.tar.xz";
16
+
hash = "sha256-1nOilPdC1ZNoIi/1w4Ri2BCYxVBjeZ3m+4p7o9SvBDY=";
17
};
18
19
patches = [ ./no-reinstall-kernel-headers.patch ];