quickmem: Add updateScript

This commit is contained in:
toonn
2026-07-02 20:02:10 +02:00
parent d789e73078
commit 910447c01e

View File

@@ -4,6 +4,7 @@
fetchFromGitLab,
cmake,
doxygen,
gitUpdater,
graphviz,
arpa2common,
arpa2cm,
@@ -33,6 +34,8 @@ stdenv.mkDerivation (finalAttrs: {
doCheck = true;
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
meta = {
description = "Memory pooling for ARPA2 projects";
homepage = "https://gitlab.com/arpa2/Quick-MEM/";