1 { lib, fetchCrate, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
4 pname = "keepass-diff";
9 hash = "sha256-CqLH5Dosp26YfqgOVcZilfo5svAEv+pAbi1zebGMnb4=";
12 cargoHash = "sha256-+kgb9hbCH4Nt80nobTeDrC+LVp1r6EbzUs+t6zlIhtU=";
15 description = "CLI-tool to diff Keepass (.kdbx) files";
16 homepage = "https://keepass-diff.narigo.dev/";
17 license = licenses.mit;
18 maintainers = with maintainers; [ wamserma ];
19 mainProgram = "keepass-diff";