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