From cb01ed115251cda10ec0b0621d4ba8e7fd5bda05 Mon Sep 17 00:00:00 2001 From: Louis Dalibard Date: Sun, 27 Jul 2025 18:53:17 +0200 Subject: [PATCH] blender: add support for version 4.5 (#1766) Link: https://github.com/nix-community/stylix/pull/1766 Reviewed-by: awwpotato Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- modules/blender/hm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/blender/hm.nix b/modules/blender/hm.nix index a3e79934..def72428 100644 --- a/modules/blender/hm.nix +++ b/modules/blender/hm.nix @@ -43,6 +43,7 @@ mkTarget { "4.2" "4.3" "4.4" + "4.5" ] ) );