tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Linux 3.0.64
Shea Levy
13 years ago
2d23eb3a
00251af1
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-3.0.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-3.0.nix
···
230
230
import ./generic.nix (
231
231
232
232
rec {
233
233
-
version = "3.0.63";
233
233
+
version = "3.0.64";
234
234
235
235
preConfigure = ''
236
236
substituteInPlace scripts/depmod.sh --replace '-b "$INSTALL_MOD_PATH"' ""
···
238
238
239
239
src = fetchurl {
240
240
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
241
241
-
sha256 = "04c3f49sssm7vad41axk314ccw368ybww4ag2rymmsmygfy32g92";
241
241
+
sha256 = "0vya753ayxzjk7ymnw5i2rwcpxp8lss7xf1gl7fzakn6kz780nky";
242
242
};
243
243
244
244
config = configWithPlatform stdenv.platform;