linux:3.18.44 -> 3.18.45

This commit is contained in:
Graham Christensen 2016-12-21 21:08:36 -05:00
parent 53e21529d4
commit 3ffb5ba60c
No known key found for this signature in database
GPG Key ID: ACA1C1D120C83D5C

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.44"; version = "3.18.45";
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 = "1cjdh9w2q164r53k06vv6nhxwjzm69nha5wndp8r1hjywjwcqqan"; sha256 = "1qwvqrlzpf57zvh57dsdk4c4swgbasf2ab75vcn2py8l7jl6rxf0";
}; };
kernelPatches = args.kernelPatches; kernelPatches = args.kernelPatches;