From 83a70f3191d64b30325336d253e01b2ca39b5826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= <45465110+chtibizoux@users.noreply.github.com> Date: Wed, 17 Sep 2025 05:11:36 +0000 Subject: [PATCH] fix: Lineage OS boot animation patch version selection --- flavors/lineageos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flavors/lineageos/default.nix b/flavors/lineageos/default.nix index 012e8c47..a5cee423 100644 --- a/flavors/lineageos/default.nix +++ b/flavors/lineageos/default.nix @@ -63,7 +63,7 @@ in mkIf (config.flavor == "lineageos") { (pkgs.replaceVars (if lib.versionAtLeast config.flavorVersion "22.2" then ./0002-bootanimation-Reproducibility-fix-22_2.patch - else if lib.versionAtLeast config.flavorVersion "21.1" + else if lib.versionAtLeast config.flavorVersion "21.0" then ./0002-bootanimation-Reproducibility-fix-21.patch else ./0002-bootanimation-Reproducibility-fix.patch) { inherit (pkgs) imagemagick;