Skip to content

Commit

Permalink
Merge pull request #104934 from tilpner/blender-update
Browse files Browse the repository at this point in the history
blender: 2.90.1 -> 2.91.0
  • Loading branch information
Ma27 committed Nov 26, 2020
2 parents 5e70725 + 57da6df commit 9f61ae8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/applications/misc/blender/default.nix
Expand Up @@ -9,7 +9,7 @@
, colladaSupport ? true, opencollada
, makeWrapper
, pugixml, SDL, Cocoa, CoreGraphics, ForceFeedback, OpenAL, OpenGL
, embree
, embree, gmp
}:

with lib;
Expand All @@ -18,11 +18,11 @@ let python = python3Packages.python; in

stdenv.mkDerivation rec {
pname = "blender";
version = "2.90.1";
version = "2.91.0";

src = fetchurl {
url = "https://download.blender.org/source/${pname}-${version}.tar.xz";
sha256 = "169xcmm1zkvab14qdxggqc758xdkqs7r7imwi6yx2fl2djacr3g7";
sha256 = "0x396lgmk0dq9115yrc36s8zwxzmjr490sr5n2y6w27y17yllyjm";
};

patches = lib.optional stdenv.isDarwin ./darwin.patch;
Expand All @@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
tbb
makeWrapper
embree
gmp
]
++ (if (!stdenv.isDarwin) then [
libXi libX11 libXext libXrender
Expand Down

0 comments on commit 9f61ae8

Please sign in to comment.