Skip to content

Commit

Permalink
blender: 2.78c -> 2.79
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Sep 13, 2017
1 parent 7aa2e6b commit e3b562e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/blender/default.nix
Expand Up @@ -11,11 +11,11 @@
with lib;

stdenv.mkDerivation rec {
name = "blender-2.78c";
name = "blender-2.79";

src = fetchurl {
url = "http://download.blender.org/source/${name}.tar.gz";
sha256 = "0f6k3m9yd5yhn7fq9srgzwh2gachlxm03bdrvn2r7xq00grqzab4";
sha256 = "16f84mdzkmwjmqahjj64kbyk4kagdj4mcr8qjazs1952d7kh7pm9";
};

buildInputs =
Expand Down

0 comments on commit e3b562e

Please sign in to comment.