9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
14 owner = "WithSecureLabs";
16 rev = "refs/tags/v${version}";
17 hash = "sha256-oKlLFKCZNBcHURVvT0i8Hfym6r30ikndV30uuxjYgDM=";
20 cargoHash = "sha256-1w3DYP69aOphoqbsZIF9aX56Lftg2niKClmImLTa5DE=";
22 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
23 darwin.apple_sdk.frameworks.CoreFoundation
32 description = "Rapidly Search and Hunt through Windows Forensic Artefacts";
33 homepage = "https://github.com/WithSecureLabs/chainsaw";
34 changelog = "https://github.com/WithSecureLabs/chainsaw/releases/tag/v${version}";
35 license = licenses.gpl3Only;
36 maintainers = with maintainers; [ fab ];
37 mainProgram = "chainsaw";