Skip to content

Commit

Permalink
blender: Update to 2.75
Browse files Browse the repository at this point in the history
(cherry picked from commit 36779d90e2b7e93ec5387cc5b5d106a037eb3d11)
  • Loading branch information
edolstra committed Jul 2, 2015
1 parent 24d922e commit f3e2b31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
6 changes: 2 additions & 4 deletions pkgs/applications/misc/blender/default.nix
Expand Up @@ -10,15 +10,13 @@
with lib;

stdenv.mkDerivation rec {
name = "blender-2.74";
name = "blender-2.75";

src = fetchurl {
url = "http://download.blender.org/source/${name}.tar.gz";
sha256 = "178i19pz7jl79b4wn92869j6qymawsa0kaw1dxaprbjnqsvcx8qc";
sha256 = "1r3qyj57g06ir424q7szxkyb6h0b7laq7f126158kgs94xpkhlsz";
};

patches = [ ./sm52.patch ];

buildInputs =
[ SDL boost cmake ffmpeg gettext glew ilmbase libXi
libjpeg libpng libsamplerate libsndfile libtiff mesa openal
Expand Down
12 changes: 0 additions & 12 deletions pkgs/applications/misc/blender/sm52.patch

This file was deleted.

4 changes: 2 additions & 2 deletions pkgs/development/libraries/opencollada/default.nix
@@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, cmake, pkgconfig, libxml2, pcre }:

# The exact revision specified by Blender's install_deps.sh script.
let rev = "18da7f4109a8eafaa290a33f5550501cc4c8bae8"; in
let rev = "3335ac164e68b2512a40914b14c74db260e6ff7d"; in

stdenv.mkDerivation {
name = "opencollada-1.3-${rev}";
Expand All @@ -10,7 +10,7 @@ stdenv.mkDerivation {
owner = "KhronosGroup";
repo = "OpenCOLLADA";
inherit rev;
sha256 = "0ach32ws95mh0ijd8sr22kxka3riq72bb9ng46vs3615dxn7h18d";
sha256 = "0s2m8crbg1kf09hpscrplv65a45dlg157b9c20chrv7wy0qizbw5";
};

buildInputs = [ cmake pkgconfig ];
Expand Down

0 comments on commit f3e2b31

Please sign in to comment.