Linux 3.4.28

This commit is contained in:
Shea Levy 2013-01-28 00:12:24 -05:00
parent 9f7cc1bfb3
commit 4bf80b462d

View File

@ -241,7 +241,7 @@ in
import ./generic.nix (
rec {
version = "3.4.26";
version = "3.4.28";
testing = false;
preConfigure = ''
@ -250,7 +250,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
sha256 = "1zmv1g90fgqrabc0qb5ip551mh12ps1zin3hbygysc89j684rbk1";
sha256 = "11b8nip1szm2c4wnpz2plv9icny33i377wd8jk9qbib08wwcf87i";
};
config = configWithPlatform stdenv.platform;