mergiraf: use tag in fetchFromGitea

This commit is contained in:
Defelo 2025-06-08 18:45:23 +02:00
parent f384930aab
commit f50c275fee
No known key found for this signature in database
GPG key ID: 2A05272471204DD3

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