linux: 4.10 -> 4.10.1
This commit is contained in:
parent
5e937b173d
commit
8a75569619
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue