linux: 4.4.27 -> 4.4.28

This commit is contained in:
Tim Steinbach 2016-10-30 10:29:37 -04:00
parent 65cc92cc01
commit 1af5b2a80c
No known key found for this signature in database
GPG Key ID: 83FF2ACAEB6C2D24

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 = "4.4.27"; version = "4.4.28";
extraMeta.branch = "4.4"; extraMeta.branch = "4.4";
src = fetchurl { src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1zbahhbwxdhl7v0l2ch1ybllywj2df3rmy8w451whr79z7c7shvc"; sha256 = "1z7ln5llv67n2y9k6ihy4l4zm03yabhma8xhc0psp4x8168wn6l4";
}; };
kernelPatches = args.kernelPatches; kernelPatches = args.kernelPatches;