From e466d5dc08086729d8302b50c2199b4b2d57dda4 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 15 Jul 2026 18:38:32 +0800 Subject: [PATCH] fastfetch: upgrade 2.65.2 -> 2.66.0 Changes: ========= CPU package count is no longer reported in the default output. Users can still print it in custom formats via {packages} Bugfixes: ========== Fixed compatibility with WSL 2.9.3 (#2433, WM, Linux) Fixed accurate AMD GPU names are not queried in driverSpecific mode (GPU, Linux) Fixed GPU core counting for Apple Silicon GPU on Asahi Linux (GPU, Linux) Some internal cleanups and optimizations Features: ========= Added Astra Linux version detection (OS, Linux) Improved performance of Windows PowerShell version detection (Shell, Windows) Improved performance of Media module on macOS (Media, macOS) Added proxmox backup server detection (#2443, OS, Linux) Logos: ====== Added Flatcar, Azure Linux Added Chimera_small, Chimera2, Parabola2_small, PostmarketOS2, Qubes_small Updated linuxmint_small Cleaned up distro names Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../fastfetch/{fastfetch_2.65.2.bb => fastfetch_2.66.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/fastfetch/{fastfetch_2.65.2.bb => fastfetch_2.66.0.bb} (98%) diff --git a/meta-oe/recipes-support/fastfetch/fastfetch_2.65.2.bb b/meta-oe/recipes-support/fastfetch/fastfetch_2.66.0.bb similarity index 98% rename from meta-oe/recipes-support/fastfetch/fastfetch_2.65.2.bb rename to meta-oe/recipes-support/fastfetch/fastfetch_2.66.0.bb index fb56556ff3..8835e3d85d 100644 --- a/meta-oe/recipes-support/fastfetch/fastfetch_2.65.2.bb +++ b/meta-oe/recipes-support/fastfetch/fastfetch_2.66.0.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2090e7d93df7ad5a3d41f6fb4226ac76" DEPENDS = "yyjson" SRC_URI = "git://github.com/fastfetch-cli/fastfetch.git;protocol=https;branch=master;tag=${PV}" -SRCREV = "0e90f3a7d4ac5a7857a968a6f52ea1205be5f404" +SRCREV = "08698098579bb8b043b0a343159b8018f5cea4fc" inherit cmake pkgconfig