11 rustPlatform.buildRustPackage {
12 inherit pname version;
14 src = fetchFromGitHub {
18 hash = "sha256-z2fpyPJfyPtO13Ly7XRmMW3rp6G3jNLsMMFz83Wmr0E=";
21 cargoHash = "sha256-xInwN/wZpHD3/vKcA+oYL9tmSD7P7/L8ZZOXZq0gkac=";
23 passthru.updateScript = nix-update-script { };
26 description = "GlueSQL is quite sticky. It attaches to anywhere";
27 homepage = "https://github.com/gluesql/gluesql";
28 license = licenses.asl20;
29 maintainers = with maintainers; [ happysalada ];
30 platforms = platforms.all;