Skip to content

Commit

Permalink
blender: 2.78a -> 2.78b
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Feb 11, 2017
1 parent 89db3a0 commit c4fab21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/blender/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
with lib;

stdenv.mkDerivation rec {
name = "blender-2.78a";
name = "blender-2.78b";

src = fetchurl {
url = "http://download.blender.org/source/${name}.tar.gz";
sha256 = "1byf1klrvm8fdw2libx7wldz2i6lblp9nih6y58ydh00paqi8jh1";
sha256 = "0wgrqwznih6c19y2fpvrk3k6qsaxsy3g7xja87rb4hq7r7j8x22d";
};

buildInputs =
Expand Down

0 comments on commit c4fab21

Please sign in to comment.