Skip to content

Commit

Permalink
Update pkgs/applications/misc/blender/default.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
  • Loading branch information
NomisIV and prusnak committed Dec 30, 2020
1 parent 7eff6be commit 952df70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/misc/blender/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ let
sha256 = "1b3ccd3197anya2bj3psxdrvrpfgiwva5zfv2xmyrl73nb2dvfr7";
};

in stdenv.mkDerivation rec {
in
stdenv.mkDerivation rec {
pname = "blender";
version = "2.91.0";

Expand Down

0 comments on commit 952df70

Please sign in to comment.