bump linux to 7.1.2
This commit is contained in:
+8
-7
@@ -4,13 +4,14 @@
|
|||||||
kernelPackages =
|
kernelPackages =
|
||||||
let
|
let
|
||||||
linux_x1e = pkgs.buildLinux rec {
|
linux_x1e = pkgs.buildLinux rec {
|
||||||
version = "7.1.0";
|
version = "7.1.2";
|
||||||
modDirVersion = "7.1.0";
|
modDirVersion = "7.1.2";
|
||||||
src = pkgs.fetchFromGitHub {
|
# Official signed release tarball from kernel.org's CDN (the
|
||||||
owner = "torvalds";
|
# canonical source the stable maintainers publish). Point
|
||||||
repo = "linux";
|
# releases don't exist in torvalds/linux, only in the stable tree.
|
||||||
rev = "8cd9520d35a6c38db6567e97dd93b1f11f185dc6"; # v7.1
|
src = pkgs.fetchurl {
|
||||||
hash = "sha256-bKQiHEhaxinMh2ykjR/thBzkH1ts08IHLSg19BbvdaU=";
|
url = "mirror://kernel/linux/kernel/v7.x/linux-${version}.tar.xz";
|
||||||
|
hash = "sha256-NxmMk3J74kfJ+1MJu4bNXklsYeUyLNjE7KlHa7C1iD8=";
|
||||||
};
|
};
|
||||||
ignoreConfigErrors = true;
|
ignoreConfigErrors = true;
|
||||||
structuredExtraConfig = with lib.kernel; {
|
structuredExtraConfig = with lib.kernel; {
|
||||||
|
|||||||
Reference in New Issue
Block a user