Skip to content

Commit

Permalink
Update kernel to 6.12-rc1
Browse files Browse the repository at this point in the history
The ISO should be reproducible and have the following SHA256 hash:
1ac5c3ccae9970c01230721898a5fd8b22de2f2aa14a279300fa5244d70cbae5
  • Loading branch information
kuruczgy committed Oct 10, 2024
1 parent 80ddbcb commit f690383
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions packages/x1e80100-linux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ linuxPackagesFor (buildLinux {
src = fetchFromGitHub {
owner = "jhovold";
repo = "linux";
rev = "wip/x1e80100-6.11";
hash = "sha256-yQR1N3WDuKV1X3ph4wYXSFk5kVMbUDwvG4s8AjmpmnU=";
rev = "wip/x1e80100-6.12-rc1";
hash = "sha256-PzE3Ittt787Lxl84Btz83AcE/LCN3IONhZKGZG34Qm8=";
};
version = "6.11.0";
version = "6.12.0-rc1";
defconfig = "johan_defconfig";

structuredExtraConfig = with lib.kernel; {
Expand All @@ -16,13 +16,6 @@ linuxPackagesFor (buildLinux {
};

kernelPatches = [
{
name = "arm64: dts: qcom: x1e80100: Add node uart14";
patch = fetchpatch {
url = "https://github.com/hogliux/linux-yoga-7x/commit/a6e6986640bfc1b6a62855848d7e009159e14320.patch";
hash = "sha256-mCgErAPIp81zxqmrI/h4ZZWVpEOvdlqa/TVdPdCdWMo=";
};
}
{
name = "Add Bluetooth support for the Lenovo Yoga Slim 7x";
patch = fetchpatch {
Expand Down

0 comments on commit f690383

Please sign in to comment.