Skip to content

Commit

Permalink
Update kernel to 6.12-rc5
Browse files Browse the repository at this point in the history
The ISO should be reproducible and have the following SHA256 hash:
1aa76baf65ced4310f1fe3c3c7eff401d29e02633c4aa7ff06910a33b9a27d38
  • Loading branch information
kuruczgy committed Oct 30, 2024
1 parent c869ea0 commit 0091d8b
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-rc4";
hash = "sha256-lW9NjL4HQzeQpPnBVpUr3m5ZKV+f8jWC77i5en9IgOo=";
rev = "wip/x1e80100-6.12-rc5";
hash = "sha256-+CYopTvPssTh0WWeK0eXEKlBeCLHlOl5exkaDXg9AKc=";
};
version = "6.12.0-rc4";
version = "6.12.0-rc5";
defconfig = "johan_defconfig";

structuredExtraConfig = with lib.kernel; {
Expand Down

0 comments on commit 0091d8b

Please sign in to comment.