trinity: add passthru.updateScript

This commit is contained in:
wxt
2024-11-12 21:54:51 +08:00
parent 6ea31c8a7e
commit 3b619965a6
+3
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
unstableGitUpdater,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -24,6 +25,8 @@ stdenv.mkDerivation (finalAttrs: {
installFlags = [ "DESTDIR=$(out)" ];
passthru.updateScript = unstableGitUpdater { tagPrefix = "v"; };
meta = {
description = "Linux System call fuzz tester";
mainProgram = "trinity";