11 src = fetchFromGitHub {
15 sha256 = "sha256-LL2nfRFrfDtttDexLUarFb7AyoLTFf3WeoWm4cqmBtM=";
18 vendorHash = "sha256-BUZaRSDbzHVzP3A0Q4LnKfzp0lzEJ3x7Vag+7sn4MSM=";
26 # Leaving other flags from https://github.com/rqlite/rqlite/blob/master/package.sh
27 # since automatically retriving those is nontrivial and inessential
31 "-X github.com/rqlite/rqlite/cmd.Version=${src.rev}"
34 # Tests are in a different subPackage which fails trying to access the network
38 description = "Lightweight, distributed relational database built on SQLite";
39 homepage = "https://github.com/rqlite/rqlite";
40 license = licenses.mit;
41 maintainers = with maintainers; [ dit7ya ];