Skip to content

Commit

Permalink
blender: use tag as rev for assets repo
Browse files Browse the repository at this point in the history
The actual commit is the same.
  • Loading branch information
amarshall committed Sep 25, 2024
1 parent 9357f4f commit c107f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/blender/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
})
Expand Down

0 comments on commit c107f15

Please sign in to comment.