diff --git a/shared/platform/orangepi5plus.nix b/shared/platform/orangepi5plus.nix index c2b8cb1..c03a757 100644 --- a/shared/platform/orangepi5plus.nix +++ b/shared/platform/orangepi5plus.nix @@ -10,7 +10,7 @@ in { boot = { kernelPackages = let branch = "6.8"; - version = "${branch}-rc1"; + version = "${branch}.0-rc1"; in crossPkgs.linuxPackagesFor (crossPkgs.buildLinux { inherit version;