tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux: Update to 3.2.27
Eelco Dolstra
13 years ago
e69a6c57
6020d52c
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-3.2.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-3.2.nix
···
237
import ./generic.nix (
238
239
rec {
240
-
version = "3.2.26";
241
testing = false;
242
243
modDirVersion = version;
···
248
249
src = fetchurl {
250
url = "mirror://kernel/linux/kernel/v3.0/${if testing then "testing/" else ""}linux-${version}.tar.xz";
251
-
sha256 = "1prchrid14sl29480g8a92lb7nn1hxrhcyx2mz4wi7wyr34lrv5z";
252
};
253
254
config = configWithPlatform stdenv.platform;
···
237
import ./generic.nix (
238
239
rec {
240
+
version = "3.2.27";
241
testing = false;
242
243
modDirVersion = version;
···
248
249
src = fetchurl {
250
url = "mirror://kernel/linux/kernel/v3.0/${if testing then "testing/" else ""}linux-${version}.tar.xz";
251
+
sha256 = "1lchjh6s6mld83yq8gmcla6pydyap412bkyg3qb591ylnhdmg51k";
252
};
253
254
config = configWithPlatform stdenv.platform;