[Backport release-26.05] vikunja: Set version metadata at build time (#542024)

This commit is contained in:
Adam C. Stephens
2026-07-15 02:47:29 +00:00
committed by GitHub

View File

@@ -47,6 +47,11 @@ let
pnpm_10
];
postPatch = ''
substituteInPlace src/version.json \
--replace-fail '"dev"' '"${finalAttrs.version}"'
'';
doCheck = true;
postBuild = ''