blender: 4.4.0 -> 4.4.1 (#399292)

This commit is contained in:
VuiMuich
2025-04-23 04:21:43 +02:00
committed by GitHub
parent 2dd09f1837
commit 1f0c0201d1

View File

@@ -112,12 +112,12 @@ in
stdenv'.mkDerivation (finalAttrs: {
pname = "blender";
version = "4.4.0";
version = "4.4.1";
srcs = fetchzip {
name = "source";
url = "https://download.blender.org/source/blender-${finalAttrs.version}.tar.xz";
hash = "sha256-pAzOayAPyRYgTixAyg2prkUtI70uFulRuBYhgU9ZNw4=";
hash = "sha256-5MsJ7UFpwwtaq905CiTkas/qPYOaeiacSSl3qu9h5w0=";
};
patches = [ ] ++ lib.optional stdenv.hostPlatform.isDarwin ./darwin.patch;