11 src = fetchFromGitHub {
12 owner = "allaboutapps";
15 hash = "sha256-heRa1H4ZSCZzSMCejhakBpJfnEnGQLmNFERKqMxbC04=";
18 vendorHash = "sha256-8qI7mLgQB0GK2QV6tZmWU8hJX+Ax1YhEPisQbjGoJRc=";
23 "-X github.com/allaboutapps/integresql/internal/config.Commit=${src.rev}"
24 "-X github.com/allaboutapps/integresql/internal/config.ModuleName=github.com/allaboutapps/integresql"
28 mv $out/bin/server $out/bin/integresql
34 description = "IntegreSQL manages isolated PostgreSQL databases for your integration tests";
35 homepage = "https://github.com/allaboutapps/integresql";
36 changelog = "https://github.com/allaboutapps/integresql/blob/${src.rev}/CHANGELOG.md";
37 license = licenses.mit;
39 mainProgram = "integresql";