mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 03:43:45 +00:00
trinity: add passthru.updateScript
This commit is contained in:
parent
6ea31c8a7e
commit
3b619965a6
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user