linux: 3.18.36 -> 3.18.40

This commit is contained in:
Franz Pletz 2016-08-26 14:05:26 +02:00
parent dc37edb36c
commit 377c851395
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args: { stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec { import ./generic.nix (args // rec {
version = "3.18.36"; version = "3.18.40";
extraMeta.branch = "3.18"; extraMeta.branch = "3.18";
src = fetchurl { src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz"; url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "0iqyll1p1pkyl5rj440kjg483gqhhg6z7r61ln6rzbqm5g943fvq"; sha256 = "0x94lp4vkw1472m8sq308r8aw96nirkwppkjvqi2240ayw89d5jb";
}; };
kernelPatches = args.kernelPatches; kernelPatches = args.kernelPatches;