3
0
Fork 0
forked from mirrors/nixpkgs

blender: Update to 2.72b

This commit is contained in:
Eelco Dolstra 2014-10-22 22:22:27 +02:00
parent 6a04f343b3
commit 2ed8458cf2

View file

@ -9,11 +9,11 @@
with lib;
stdenv.mkDerivation rec {
name = "blender-2.72";
name = "blender-2.72b";
src = fetchurl {
url = "http://download.blender.org/source/${name}.tar.gz";
sha256 = "0wydh5bs1pxnx3ya65lfy3val1s8wz027a5kb4va6wg3aqnwlvlv";
sha256 = "0ixz8h3c08p4f84x8r85nzddwvc0h5lw1ci8gdg2x3m2mw2cfdj4";
};
buildInputs =