Skip to content

Commit

Permalink
blender: 2.82 -> 2.82a (NixOS#82450)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 14, 2020
1 parent e6e040d commit 4d8cac3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/blender/default.nix
Expand Up @@ -17,11 +17,11 @@ let python = python3Packages.python; in

stdenv.mkDerivation rec {
pname = "blender";
version = "2.82";
version = "2.82a";

src = fetchurl {
url = "https://download.blender.org/source/${pname}-${version}.tar.xz";
sha256 = "0rgw8nilvn6k6r7p28y2l1rwpami1cc8xz473jaahn7wa4ndyah0";
sha256 = "18zbdgas6qf2kmvvlimxgnq7y9kj7hdxcgixrs6fj50x40q01q2d";
};

patches = lib.optional stdenv.isDarwin ./darwin.patch;
Expand Down Expand Up @@ -137,7 +137,7 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "3D Creation/Animation/Publishing System";
homepage = https://www.blender.org;
homepage = "https://www.blender.org";
# They comment two licenses: GPLv2 and Blender License, but they
# say: "We've decided to cancel the BL offering for an indefinite period."
license = licenses.gpl2Plus;
Expand Down

0 comments on commit 4d8cac3

Please sign in to comment.