15 src = fetchFromGitHub {
19 hash = "sha256-guiAtPOvU/yqspq+G+mTSIFqBp6Kl0JZBPfjPC+ZM1g=";
22 npmDepsHash = "sha256-lJT344HpHJFN3QO6kVAj1NhRFTwS+EVkR0ePbtIguFo=";
25 patchShebangs ./build/index.js
28 passthru.updateScript = nix-update-script { };
30 inherit (nixosTests) db-rest;
34 description = "A clean REST API wrapping around the Deutsche Bahn API";
35 homepage = "https://v6.db.transport.rest/";
36 license = lib.licenses.isc;
37 maintainers = with lib.maintainers; [ marie ];
38 mainProgram = "db-rest";