Linux 3.7.8

This commit is contained in:
Shea Levy 2013-02-14 14:25:19 -05:00
parent e531913aca
commit ca59489e2b

View File

@ -250,7 +250,7 @@ in
import ./generic.nix (
rec {
version = "3.7.7";
version = "3.7.8";
testing = false;
preConfigure = ''
@ -259,7 +259,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
sha256 = "176jhdpsyma1h4vz94jba3qxjnzlxakki1rqh8xf25zmdd25iygz";
sha256 = "0phn7a6sfc89n3p6irk349jcxfaa5fi04in9h4wsm25klgw16vxa";
};
config = configWithPlatform stdenv.platform;