linux 3.9.6

This commit is contained in:
Aristid Breitkreuz 2013-06-15 19:31:25 +02:00
parent 84c1d5f03b
commit c63f00c337

View File

@ -253,7 +253,7 @@ in
import ./generic.nix (
rec {
version = "3.9.5";
version = "3.9.6";
testing = false;
preConfigure = ''
@ -262,7 +262,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
sha256 = "05y3wrvady60p8ksjwwa5c2jia2ax9q0p7lhr62yafywh5piyfbw";
sha256 = "0spba7qkf56j233r84y23xl7d44ndvw5ja7h3pfhsq861dypcc0i";
};
config = configWithPlatform stdenv.platform;