3
0
Fork 0
forked from mirrors/nixpkgs

Linux 3.10.4

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2013-07-28 20:16:16 -04:00
parent 5405636bb1
commit 2e57a16219

View file

@ -259,7 +259,7 @@ in
import ./generic.nix (
rec {
version = "3.10.3";
version = "3.10.4";
testing = false;
preConfigure = ''
@ -268,7 +268,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
sha256 = "195mlc628a9iyz57kibndzylgkz00cffkd982svi2fdfzxpxfm9r";
sha256 = "1f0ynk37bhkllx2ahzp587yr8cvn809v2ad0sn7z92yv48vl4nly";
};
config = configWithPlatform stdenv.platform;