bump: 7.1-rc1 #2
+4
-4
@@ -4,13 +4,13 @@
|
|||||||
kernelPackages =
|
kernelPackages =
|
||||||
let
|
let
|
||||||
linux_x1e = pkgs.buildLinux rec {
|
linux_x1e = pkgs.buildLinux rec {
|
||||||
version = "7.0.0";
|
version = "7.1.0-rc1";
|
||||||
modDirVersion = "7.0.0";
|
modDirVersion = "7.1.0-rc1";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "torvalds";
|
owner = "torvalds";
|
||||||
repo = "linux";
|
repo = "linux";
|
||||||
rev = "028ef9c96e96197026887c0f092424679298aae8"; # v7.0
|
rev = "254f49634ee16a731174d2ae34bc50bd5f45e731"; # v7.1-rc1
|
||||||
hash = "sha256-7TjYHhJdD67P3lquusrjjVtUIUzhLPtA5Oy7tc82gYA=";
|
hash = "sha256-88uBvJ2fZEWUAyMJZRNEFBZZPWaCp5O+KhTGa8u4EQw=";
|
||||||
};
|
};
|
||||||
ignoreConfigErrors = true;
|
ignoreConfigErrors = true;
|
||||||
structuredExtraConfig = with lib.kernel; {
|
structuredExtraConfig = with lib.kernel; {
|
||||||
|
|||||||
Reference in New Issue
Block a user