kernel: 4.5 -> 4.5.1 (#14691)

This commit is contained in:
Tim Steinbach 2016-04-14 09:57:18 -04:00 committed by Franz Pletz
parent 59ac68d05e
commit af4d84544f
1 changed files with 2 additions and 3 deletions

View File

@ -1,13 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args: { stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec { import ./generic.nix (args // rec {
version = "4.5"; version = "4.5.1";
modDirVersion = "4.5.0";
extraMeta.branch = "4.5"; extraMeta.branch = "4.5";
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 = "172i3arrc34mb7nxw31iqrmbwrdnp8dmrbf8p3b3f6z006sfy3d4"; sha256 = "0q6qkp7w5hy1ai13zgvj2982kjk81rfzd8ff7ixp3slq8bmsz07i";
}; };
kernelPatches = args.kernelPatches; kernelPatches = args.kernelPatches;