tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Linux 3.4.20
Shea Levy
13 years ago
d4d11001
11804780
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-3.4.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-3.4.nix
···
239
239
import ./generic.nix (
240
240
241
241
rec {
242
242
-
version = "3.4.19";
242
242
+
version = "3.4.20";
243
243
testing = false;
244
244
245
245
preConfigure = ''
···
248
248
249
249
src = fetchurl {
250
250
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
251
251
-
sha256 = "0zf5da2yfy10ml0f7rpzdbfj9avayw2i9mpm07xhjamw717b82bh";
251
251
+
sha256 = "134kfzsdq5mhdizqik293lnqp9nd3bpgz5n3033wws7pslildp24";
252
252
};
253
253
254
254
config = configWithPlatform stdenv.platform;