3
0
Fork 0
forked from mirrors/nixpkgs

Linux 3.4.23

This commit is contained in:
Shea Levy 2012-12-10 19:26:20 -05:00
parent 81a856c878
commit ed994dcbe2

View file

@ -239,7 +239,7 @@ in
import ./generic.nix (
rec {
version = "3.4.21";
version = "3.4.23";
testing = false;
preConfigure = ''
@ -248,7 +248,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
sha256 = "0g5w2whs1bhkga8niizsx0x7hskk2inb04mx8qzbacaya107sg9x";
sha256 = "1xznslbhby6ks10sb7h6zh5647ffavpmfsxxb1c5hj4cyj4d9k2z";
};
config = configWithPlatform stdenv.platform;