linux: 4.10 -> 4.10.1

This commit is contained in:
Franz Pletz 2017-02-26 16:23:27 +01:00
parent 5e937b173d
commit 8a75569619
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -1,13 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.10";
version = "4.10.1";
extraMeta.branch = "4.10";
modDirVersion = "4.10.0";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b";
sha256 = "0hrmph137q4j2xfsv1fyayig47g4v8ivd2rqsw03dy7mzasnp83c";
};
kernelPatches = args.kernelPatches;