tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Linux 3.4.31
Shea Levy
13 years ago
e531913a
2d23eb3a
+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
···
244
244
import ./generic.nix (
245
245
246
246
rec {
247
247
-
version = "3.4.30";
247
247
+
version = "3.4.31";
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 = "1vfw4l3g5fsvxk6pihmcyyfvfmwpsn7vcd6kqg6vm8hcjzdx2iq0";
256
256
+
sha256 = "1148f77iab0p5j61v42a4jka4ndwnjpd6lkqhwiqs61lmv3m7j2r";
257
257
};
258
258
259
259
config = configWithPlatform stdenv.platform;