blender: 3.6.2 -> 3.6.3 (#256729)

This commit is contained in:
Andrew Marshall 2023-09-25 15:56:55 -04:00 committed by GitHub
parent 6e105eecda
commit 1da531b50d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,11 +28,11 @@ let
in
stdenv.mkDerivation rec {
pname = "blender";
version = "3.6.2";
version = "3.6.3";
src = fetchurl {
url = "https://download.blender.org/source/${pname}-${version}.tar.xz";
hash = "sha256-olEmcOM3VKo/IWOhQp/qOkdJvwzM7bCkf8i8Bzh07Eg=";
hash = "sha256-iRIwPrvPHwiIxHr7hpmG6NjS/liJkxcAgrzlk8LEFPg=";
};
patches = [