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
237
import ./generic.nix (
238
238
239
239
rec {
240
240
-
version = "3.2.26";
240
240
+
version = "3.2.27";
241
241
testing = false;
242
242
243
243
modDirVersion = version;
···
248
248
249
249
src = fetchurl {
250
250
url = "mirror://kernel/linux/kernel/v3.0/${if testing then "testing/" else ""}linux-${version}.tar.xz";
251
251
-
sha256 = "1prchrid14sl29480g8a92lb7nn1hxrhcyx2mz4wi7wyr34lrv5z";
251
251
+
sha256 = "1lchjh6s6mld83yq8gmcla6pydyap412bkyg3qb591ylnhdmg51k";
252
252
};
253
253
254
254
config = configWithPlatform stdenv.platform;