Skip to content

Commit

Permalink
Update kernel to 6.12
Browse files Browse the repository at this point in the history
The ISO should be reproducible and have the following SHA256 hash:
67e37e3cde9fa836fc8971bcdc352ef78c58202205cdacdbc244c37364a2d470
  • Loading branch information
kuruczgy committed Nov 18, 2024
1 parent 206cfe1 commit b5d566d
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-rc7";
hash = "sha256-pkhpvqEEaYskf6pFybcgEGd9FVmG4zROPfPayMwPgnU=";
rev = "wip/x1e80100-6.12";
hash = "sha256-CUt4J7IFS14qD8GiZOuSeJmFdbWOmmyV/iJNcTUVN5g=";
};
version = "6.12.0-rc7";
version = "6.12.0";
defconfig = "johan_defconfig";

structuredExtraConfig = with lib.kernel; {
Expand Down

0 comments on commit b5d566d

Please sign in to comment.