Linux 3.7.9

This commit is contained in:
Shea Levy 2013-02-18 11:35:22 -05:00
parent 0e4c3a1fc9
commit a4d5e4a9e2

View File

@ -250,7 +250,7 @@ in
import ./generic.nix (
rec {
version = "3.7.8";
version = "3.7.9";
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 = "0phn7a6sfc89n3p6irk349jcxfaa5fi04in9h4wsm25klgw16vxa";
sha256 = "1d9834flw0jyfn0lq1l0ahp8v12p227qn6z39v1pk53dap1zl0v1";
};
config = configWithPlatform stdenv.platform;