linux_4_9: 4.9.9 -> 4.9.10

This commit is contained in:
Joachim Fasting 2017-02-17 19:08:14 +01:00
parent 73112a6e78
commit 73577a2b05
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.9.9";
version = "4.9.10";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1vnr6688gg8njmivdzlx21v1f3w02ahca194bjvm15apajcccd96";
sha256 = "098mcq3rg05gpammcdfhr2xhcy69ggc9h5g18m4ymnfqdx3havmx";
};
kernelPatches = args.kernelPatches;