11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
19 sha256 = "02bdz0464d6gbkgbvn67sgn6cc6p6pjqacblh8nimy0r8b13x2ki";
22 # Lockfile was updated in a commit after the release
25 url = "https://github.com/Qovery/Replibyte/commit/15f122cc83fff03ae410be705779ab964fa7b375.patch";
26 sha256 = "sha256-v95V4pl/2WN2do2SLVTJIO+5J7esqhC2BZaGBEtDhe0=";
30 cargoSha256 = "sha256-Y9CXpJTY/uszAVAbafa2+FumWKWFGaOLhK1FY+Nc+EU=";
32 nativeBuildInputs = [ pkg-config ];
34 buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security ];
36 cargoBuildFlags = [ "--all-features" ];
38 doCheck = false; # requires multiple dbs to be installed
41 description = "Seed your development database with real data";
42 homepage = "https://github.com/Qovery/replibyte";
43 license = licenses.gpl3Only;
44 maintainers = with maintainers; [ dit7ya ];