tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Linux 3.7.8
Shea Levy
13 years ago
ca59489e
e531913a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
kernel
linux-3.7.nix
+2
-2
pkgs/os-specific/linux/kernel/linux-3.7.nix
···
250
250
import ./generic.nix (
251
251
252
252
rec {
253
253
-
version = "3.7.7";
253
253
+
version = "3.7.8";
254
254
testing = false;
255
255
256
256
preConfigure = ''
···
259
259
260
260
src = fetchurl {
261
261
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
262
262
-
sha256 = "176jhdpsyma1h4vz94jba3qxjnzlxakki1rqh8xf25zmdd25iygz";
262
262
+
sha256 = "0phn7a6sfc89n3p6irk349jcxfaa5fi04in9h4wsm25klgw16vxa";
263
263
};
264
264
265
265
config = configWithPlatform stdenv.platform;