blender: 4.5.2 -> 4.5.3

Changelog: https://developer.blender.org/docs/release_notes/4.5/corrective_releases/
This commit is contained in:
Andrew Marshall
2025-09-09 12:30:04 -04:00
parent b599843bad
commit e23235f42a
+2 -2
View File
@@ -118,12 +118,12 @@ in
stdenv'.mkDerivation (finalAttrs: {
pname = "blender";
version = "4.5.2";
version = "4.5.3";
src = fetchzip {
name = "source";
url = "https://download.blender.org/source/blender-${finalAttrs.version}.tar.xz";
hash = "sha256-6blXwp3DeWNM5Q6M5gWj4O+K/gFxEOj41lzlc5biEYQ=";
hash = "sha256-DNVZUZpysCyB/Xt8yB352gO+UK8Cd4aDFGYuUDKyIrs=";
};
postPatch =