Update pkgs/applications/misc/blender/default.nix
Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
This commit is contained in:
parent
7eff6be40c
commit
952df7049b
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ let
|
|||
sha256 = "1b3ccd3197anya2bj3psxdrvrpfgiwva5zfv2xmyrl73nb2dvfr7";
|
||||
};
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "blender";
|
||||
version = "2.91.0";
|
||||
|
||||
|
|
Loading…
Reference in a new issue