14 rustPlatform.buildRustPackage rec {
18 src = fetchFromSourcehut {
22 sha256 = "sha256-yYLDbxmUR86fdpbHQQTiHVUbicnOD75cl3Vhofw5qr0=";
25 cargoHash = "sha256-AHhKfy2AAcDBcknzNb8DAzm51RQqFQDuWN+Hp5731Yk=";
41 postInstall = "make PREFIX=$out copy-data";
46 description = "Graphical client for plain-text protocols written in Rust with GTK. It currently supports the Gemini, Gopher and Finger protocols";
47 mainProgram = "castor";
48 homepage = "https://sr.ht/~julienxx/Castor";
49 license = licenses.mit;
50 maintainers = with maintainers; [ fgaz ];