Skip to content

Commit

Permalink
Update the kernel to 6.12-rc4
Browse files Browse the repository at this point in the history
cd.iso sha256 is 267f615e66ae59a8c31e7a3063239f575e81b5a63739b45da0c7ef5e60d6753a

Closes #32
  • Loading branch information
powpingdone committed Oct 25, 2024
1 parent f690383 commit 714f0b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.12-rc1";
hash = "sha256-PzE3Ittt787Lxl84Btz83AcE/LCN3IONhZKGZG34Qm8=";
rev = "wip/x1e80100-6.12-rc4";
hash = "sha256-lW9NjL4HQzeQpPnBVpUr3m5ZKV+f8jWC77i5en9IgOo=";
};
version = "6.12.0-rc1";
version = "6.12.0-rc4";
defconfig = "johan_defconfig";

structuredExtraConfig = with lib.kernel; {
Expand Down

0 comments on commit 714f0b9

Please sign in to comment.