blender: 3.6.3 -> 3.6.4 (#257543)

This commit is contained in:
Andrew Marshall 2023-09-28 13:33:27 -04:00 committed by GitHub
parent 1cd052a79a
commit e4fc97efb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,11 +30,11 @@ let
in
stdenv.mkDerivation (finalAttrs: rec {
pname = "blender";
version = "3.6.3";
version = "3.6.4";
src = fetchurl {
url = "https://download.blender.org/source/${pname}-${version}.tar.xz";
hash = "sha256-iRIwPrvPHwiIxHr7hpmG6NjS/liJkxcAgrzlk8LEFPg=";
hash = "sha256-zFL0GRWAtNC3C+SAspWZmGa8US92EiYQgVfiOsCJRx4=";
};
patches = [