1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Linux 3.4.29

This commit is contained in:
Shea Levy 2013-02-04 06:58:07 -05:00
parent c32435381e
commit 249b3ea5ef

View file

@ -241,7 +241,7 @@ in
import ./generic.nix (
rec {
version = "3.4.28";
version = "3.4.29";
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 = "11b8nip1szm2c4wnpz2plv9icny33i377wd8jk9qbib08wwcf87i";
sha256 = "117s6q71hf0p88bfpj7nsa7rdmz35b0c1vw5x87fd2ysb5lvnz4i";
};
config = configWithPlatform stdenv.platform;