diff --git a/pkgs/additional/linux-megous/default.nix b/pkgs/additional/linux-megous/default.nix index 4b9e3327..976e40f7 100644 --- a/pkgs/additional/linux-megous/default.nix +++ b/pkgs/additional/linux-megous/default.nix @@ -19,7 +19,6 @@ with lib; let # HOW TO UPDATE: # - see: - # - `wget https://xff.cz/kernels/git/orange-pi-active.bundle` # - `git fetch torvalds` # - `curl -o .bundle https://xff.cz/kernels/git/orange-pi-active.bundle` # - `git fetch .bundle '+refs/heads/*:refs/remotes/megi/*'` @@ -41,9 +40,9 @@ let # - orange-pi is listed as the "main integration branch". # - this suggests it's NOT a stable branch, only `orange-pi-X.YY-YYYYMMDD-NNNN` tags are "formal" releases # - specific branches like `pp` (pinephone) are dev branches, and probably less stable. - rev = "orange-pi-6.7-20240306-2359"; - base = "6.7.9"; - hash = "sha256-UQanb0l9yNWrccQLuKNln4CfvoaMy9zDKtBhnDG7yPE="; + rev = "orange-pi-6.8-20240405-1842"; + base = "6.8.4"; + hash = "sha256-9PG/P8NxD4HyG+tE59AjHClAmH9E8yuysN5YUyf1qAk="; # set to empty if not a release candidate, else `-rc` rc = "";