14 src = fetchFromGitHub {
18 hash = "sha256-jMHqJ1whGPz2ti7gn8SPz6o7Fm4oMF6hYjB4wsjKAEU=";
21 npmDepsHash = "sha256-rXBIpar5L6fGpDlphr1PqRNxARSccV7Gi+uTNlCqh7I=";
24 patchShebangs ./build/index.js
27 passthru.updateScript = nix-update-script { };
29 inherit (nixosTests) db-rest;
33 description = "Clean REST API wrapping around the Deutsche Bahn API";
34 homepage = "https://v6.db.transport.rest/";
35 license = lib.licenses.isc;
36 maintainers = with lib.maintainers; [ marie ];
37 mainProgram = "db-rest";