sfcgal: use the tag attribute of fetchFromGitLab

This commit is contained in:
Augustin Trancart
2025-06-04 13:40:38 +02:00
parent f9dbeeb519
commit f7c39aabe8
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitLab {
owner = "sfcgal";
repo = "SFCGAL";
rev = "refs/tags/v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-m8oyfL3rF4qLugoEFa8iiqS5D1Oljg+x1qMp9KfiQ5c=";
};