Commit c107f156 authored by Andrew Marshall's avatar Andrew Marshall
Browse files

blender: use tag as rev for assets repo

The actual commit is the same.
parent 9357f4f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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=";
    })