blender: 4.5.2 -> 4.5.3 (#441510)

This commit is contained in:
Maximilian Bosch
2025-09-14 12:29:34 +00:00
committed by GitHub
+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 =