vikunja: Set version metadata at build time (#541650)

This commit is contained in:
Adam C. Stephens
2026-07-15 01:13:05 +00:00
committed by GitHub
+5
View File
@@ -47,6 +47,11 @@ let
pnpm_10
];
postPatch = ''
substituteInPlace src/version.json \
--replace-fail '"dev"' '"${finalAttrs.version}"'
'';
doCheck = true;
postBuild = ''