diff --git a/pkgs/additional/linux-megous/default.nix b/pkgs/additional/linux-megous/default.nix index 94b94e98f..4a3286645 100644 --- a/pkgs/additional/linux-megous/default.nix +++ b/pkgs/additional/linux-megous/default.nix @@ -53,9 +53,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.9-20240514-1047"; - base = "6.9.0"; - hash = "sha256-l4+qRr8emjWJtAVlaM65HLPuvIp3EzvJth9gUBAuXtY="; + rev = "orange-pi-6.9-20240721-2345"; + base = "6.9.10"; + hash = "sha256-WtLkMJnThYMLsZqbqTIhaTwQ0e2EE1Zq7DQX36L481o="; # set to empty if not a release candidate, else `-rc` rc = "";