tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Linux 3.6.4
Shea Levy
13 years ago
9f221073
1da5d349
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-3.6.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-3.6.nix
···
244
244
import ./generic.nix (
245
245
246
246
rec {
247
247
-
version = "3.6.3";
247
247
+
version = "3.6.4";
248
248
testing = false;
249
249
250
250
preConfigure = ''
···
253
253
254
254
src = fetchurl {
255
255
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
256
256
-
sha256 = "0f1shqhamwmv5sjgr9jcvk5xfdj3lcy5pzymwzj26qv72217vh99";
256
256
+
sha256 = "0y64hd9cdrg9fpkwsww8s7dvq7z55k55a5pd06kkr1kwgjxqnj4a";
257
257
};
258
258
259
259
config = configWithPlatform stdenv.platform;