mergiraf: use tag in fetchFromGitea

This commit is contained in:
Defelo
2025-06-08 18:53:33 +02:00
parent f384930aab
commit f50c275fee
+1 -1
View File
@@ -16,7 +16,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
domain = "codeberg.org";
owner = "mergiraf";
repo = "mergiraf";
rev = "refs/tags/v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-wnXOl7KzSvvxQP4CebOJ+fEIn7fQDKTmO2PkGMRA4t4=";
};