mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
blender: 2.78 -> 2.78a
This commit is contained in:
parent
5ecb427368
commit
5926192e55
2 changed files with 4 additions and 4 deletions
|
@ -11,11 +11,11 @@
|
|||
with lib;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "blender-2.78";
|
||||
name = "blender-2.78a";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.blender.org/source/${name}.tar.gz";
|
||||
sha256 = "0hfl7q6phydlk8mbkksnqxj004qqad99xkrp5n9wrz9vrcf3x1hp";
|
||||
sha256 = "1byf1klrvm8fdw2libx7wldz2i6lblp9nih6y58ydh00paqi8jh1";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
|
|
|
@ -8701,7 +8701,7 @@ in
|
|||
};
|
||||
|
||||
opensubdiv = callPackage ../development/libraries/opensubdiv {
|
||||
cudatoolkit = cudatoolkit75;
|
||||
cudatoolkit = cudatoolkit8;
|
||||
};
|
||||
|
||||
openwsman = callPackage ../development/libraries/openwsman {};
|
||||
|
@ -12168,7 +12168,7 @@ in
|
|||
bleachbit = callPackage ../applications/misc/bleachbit { };
|
||||
|
||||
blender = callPackage ../applications/misc/blender {
|
||||
cudatoolkit = cudatoolkit75;
|
||||
cudatoolkit = cudatoolkit8;
|
||||
python = python35;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue