From b53fb749bb75fa4ef68b4c259e60cc598606d4f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 29 Feb 2024 10:12:26 +0200 Subject: [PATCH] linux: fix version --- shared/platform/orangepi5plus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;