From c1ac8e9b3f96648e065fead56c63d8023b89a47d Mon Sep 17 00:00:00 2001 From: Lucas Eduardo Date: Sat, 6 Sep 2025 10:53:52 -0300 Subject: [PATCH] blender: add more versions (#1886) Link: https://github.com/nix-community/stylix/pull/1886 Signed-off-by: lucasew Reviewed-by: Louis Dalibard Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- modules/blender/hm.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/blender/hm.nix b/modules/blender/hm.nix index def72428..34e5b292 100644 --- a/modules/blender/hm.nix +++ b/modules/blender/hm.nix @@ -40,6 +40,15 @@ mkTarget { } ) [ + "3.0" + "3.1" + "3.2" + "3.3" + "3.4" + "3.5" + "3.6" + "4.0" + "4.1" "4.2" "4.3" "4.4"