blender: 4.2.1 -> 4.2.2 (#344451)

This commit is contained in:
Dmitry Kalinkin 2024-09-25 18:05:23 -04:00 committed by GitHub
commit 2af19cfb6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,18 +107,18 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "blender";
version = "4.2.1";
version = "4.2.2";
srcs = [
(fetchzip {
name = "source";
url = "https://download.blender.org/source/blender-${finalAttrs.version}.tar.xz";
hash = "sha256-+Y4JbzeK+30fO8WdEmvjOeQjm094ofsUhRFXs9mkcxI=";
hash = "sha256-wv9EwB4DXSVS5K+lb+7gU3pTrMDO/ELeV2eErivfsWU=";
})
(fetchgit {
name = "assets";
url = "https://projects.blender.org/blender/blender-assets.git";
rev = "6864f1832e71a31e1e04f72bb7a5a1f53f0cd01c";
rev = "v${finalAttrs.version}";
fetchLFS = true;
hash = "sha256-vepK0inPMuleAJBSipwoI99nMBBiFaK/eSMHDetEtjY=";
})