blender: use tag as rev for assets repo

The actual commit is the same.
This commit is contained in:
Andrew Marshall 2024-09-25 09:03:25 -04:00
parent 9357f4f237
commit c107f15682

View File

@ -116,7 +116,7 @@ stdenv.mkDerivation (finalAttrs: {
(fetchgit {
name = "assets";
url = "https://projects.blender.org/blender/blender-assets.git";
rev = "6864f1832e71a31e1e04f72bb7a5a1f53f0cd01c";
rev = "v${finalAttrs.version}";
fetchLFS = true;
hash = "sha256-vepK0inPMuleAJBSipwoI99nMBBiFaK/eSMHDetEtjY=";
})