9 src = fetchFromGitHub {
10 owner = "benbjohnson";
13 sha256 = "sha256-zs+Li8ylw+zexxuEkXX4qk7qslk23BLBcoHXRIuQNmU=";
19 "-X main.Version=${version}"
22 vendorSha256 = "sha256-GiCvifdbWz+hH6aHACzlBpppNC5p24MHRWlbtKLIFhE=";
25 description = "Streaming replication for SQLite";
26 license = licenses.asl20;
27 homepage = "https://litestream.io/";
28 maintainers = with maintainers; [ fbrs ];