kernel: 3.10.103 -> 3.10.104

This commit is contained in:
Tim Steinbach 2016-10-26 09:11:37 -04:00
parent 8855d6b3ca
commit e4773819f4
No known key found for this signature in database
GPG Key ID: 83FF2ACAEB6C2D24

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "3.10.103";
version = "3.10.104";
extraMeta.branch = "3.10";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "008dz40zig0fhkm3hjmcn0kn5b1sfvpxb7dc4fbsddb6gifrh44v";
sha256 = "04kc64zdpg8h8655m825lbny3fwvqhmh3mg9h564i2irnll35lp3";
};
kernelPatches = args.kernelPatches;