blender: 4.3.1 -> 4.3.2 (#366295)

Assets are unchanged.

Changelog: https://developer.blender.org/docs/release_notes/4.3/corrective_releases/#blender-432
This commit is contained in:
Andrew Marshall
2024-12-19 13:55:28 -05:00
committed by GitHub
parent 2e0b7d5809
commit cc46eef84e
+2 -2
View File
@@ -112,13 +112,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "blender";
version = "4.3.1";
version = "4.3.2";
srcs = [
(fetchzip {
name = "source";
url = "https://download.blender.org/source/blender-${finalAttrs.version}.tar.xz";
hash = "sha256-+pRZ9ZSe656pdzR60oZ5ayGJ6gvzPOMKyATKA381RKg=";
hash = "sha256-LCU2JpQbvQ+W/jC+H8J2suh+X5sTLOG9TcE2EeHqVh4=";
})
(fetchgit {
name = "assets";