tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Linux 3.0.49
Shea Levy
13 years ago
d843ec6b
aafa00ef
+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.47";
233
233
+
version = "3.0.49";
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 = "0gk6na5qd7j1brvsb1v52550qbidjk0c41spn3nyr8mrq2b8l5kk";
241
241
+
sha256 = "0h24c0mhxznnlqgqq9yf12ad5g1ya33qjjcahzhaafb7kwvjkqyx";
242
242
};
243
243
244
244
config = configWithPlatform stdenv.platform;