typst: use finalAttrs.src.tag in meta.changelog

This commit is contained in:
Gaetan Lepage
2026-06-15 20:55:14 +00:00
parent 4b600f083c
commit 153f042752
+1 -1
View File
@@ -76,7 +76,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
};
meta = {
changelog = "https://github.com/typst/typst/releases/tag/v${finalAttrs.version}";
changelog = "https://github.com/typst/typst/releases/tag/${finalAttrs.src.tag}";
description = "New markup-based typesetting system that is powerful and easy to learn";
homepage = "https://github.com/typst/typst";
license = lib.licenses.asl20;