blender: 4.4.1 -> 4.4.3

Changelog: https://developer.blender.org/docs/release_notes/4.4/corrective_releases/
This commit is contained in:
Andrew Marshall
2025-05-02 19:12:32 -04:00
parent c680dc2c3c
commit fae5884cd5
+2 -2
View File
@@ -113,12 +113,12 @@ in
stdenv'.mkDerivation (finalAttrs: {
pname = "blender";
version = "4.4.1";
version = "4.4.3";
src = fetchzip {
name = "source";
url = "https://download.blender.org/source/blender-${finalAttrs.version}.tar.xz";
hash = "sha256-5MsJ7UFpwwtaq905CiTkas/qPYOaeiacSSl3qu9h5w0=";
hash = "sha256-vHDOKI7uqB5EbdRu711axBuYX1zM746E6GvK2Nl5hZg=";
};
patches = [ ] ++ lib.optional stdenv.hostPlatform.isDarwin ./darwin.patch;