blender: 4.5.0 -> 4.5.1 (#429833)

This commit is contained in:
Andrew Marshall 2025-07-31 22:54:56 -04:00 committed by GitHub
parent 35d4463792
commit 1f71404d43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,12 +115,12 @@ in
stdenv'.mkDerivation (finalAttrs: {
pname = "blender";
version = "4.5.0";
version = "4.5.1";
src = fetchzip {
name = "source";
url = "https://download.blender.org/source/blender-${finalAttrs.version}.tar.xz";
hash = "sha256-ERT/apulQ9ogA7Uk/AfjBee0rLjxEXItw6GwDOoysXk=";
hash = "sha256-x1zeBQ0aTBFUpB7c4XfP6b2p+ENRFEnTGa4m/7Pl24k=";
};
postPatch =