linux-megous: 6.7-20240306 -> 6.8-20240405

This commit is contained in:
Colin 2024-04-23 06:03:08 +00:00
parent 9481131daf
commit 5006692594

View File

@ -19,7 +19,6 @@ with lib;
let
# HOW TO UPDATE:
# - see: <https://xnux.eu/log/094.html>
# - `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<N>`
rc = "";