Skip to content

Commit

Permalink
blender: 2.79 -> 2.79a
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Mar 1, 2018
1 parent 6a5cc4f commit 9f4b1ee
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.79";
name = "blender-2.79a";

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

buildInputs =
Expand Down

0 comments on commit 9f4b1ee

Please sign in to comment.