mergiraf: use tag in fetchFromGitea

(cherry picked from commit f50c275fee)
This commit is contained in:
Defelo 2025-06-08 18:45:23 +02:00 committed by github-actions[bot]
parent cf4b7a7ce0
commit f3f504ba84

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=";
};