13 src = fetchFromGitHub {
14 owner = "spyre-project";
17 hash = "sha256-wlGZTMCJE6Ki5/6R6J9EJP06/S125BNNd/jNPYGwKNw=";
21 # The following two patches come from https://github.com/spyre-project/spyre/pull/75
22 # and improve Darwin support.
24 name = "syscall-to-x-sys-unix.patch";
25 url = "https://github.com/spyre-project/spyre/commit/8f08daf030c847de453613eb2eb1befdb7300921.patch";
26 hash = "sha256-oy8Y85IubJVQrt0kmGA1hidZapgCw2aB6F/gT7uQ6KA=";
29 name = "darwin-skip-dir.patch";
30 url = "https://github.com/spyre-project/spyre/commit/12dea550bc4f3275f8f406c19216ad140733a6af.patch";
31 hash = "sha256-BXLGOshyGnllbkvsbbmdnqvRHwycrjI52oGWBoXXgL0=";
35 vendorHash = "sha256-aoeAnyFotKWWaRZQsgQPwwmhih/1zfL9eBV/2r1VPBM=";
46 description = "YARA-based IOC scanner";
47 mainProgram = "spyre";
48 homepage = "https://github.com/spyre-project/spyre";
49 license = with licenses; [ lgpl3Plus ];
50 maintainers = with maintainers; [ fab ];