8 pname = "timescaledb-parallel-copy";
11 src = fetchFromGitHub {
15 sha256 = "sha256-HxaGKJnLZjPPJXoccAx0XUsCrZiG09c40zeSbHYXm04=";
18 vendorHash = "sha256-muxtr80EjnRoHG/TCEQwrBwlnARsfqWoYlR0HavMe6U=";
21 description = "Bulk, parallel insert of CSV records into PostgreSQL";
22 mainProgram = "timescaledb-parallel-copy";
23 homepage = "https://github.com/timescale/timescaledb-parallel-copy";
24 license = licenses.asl20;
25 maintainers = with maintainers; [ thoughtpolice ];