diff --git a/pkgs/additional/linux-megous/default.nix b/pkgs/additional/linux-megous/default.nix index 4a3286645..f67c70535 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-20240721-2345"; - base = "6.9.10"; - hash = "sha256-WtLkMJnThYMLsZqbqTIhaTwQ0e2EE1Zq7DQX36L481o="; + rev = "orange-pi-6.11-20240915-2344"; + base = "6.11.0"; + hash = "sha256-rKxzSeq2w+l6pUPVu9z8XNj/28BmReOIPK55ScJDJdw="; # set to empty if not a release candidate, else `-rc` rc = "";