mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-24 17:40:37 +00:00
quickmem: Add updateScript
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user