7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-TrbcULIJ9+DgQ4QsLYD5okxHoIusGJDw1PqJQwq1zu0=";
18 cargoHash = "sha256-A+sOT0rloAktDdVXe2HEPK25euh9T7c0rXybZmZpqC0=";
21 description = "Small extensible programming language designed for concise expression with little code";
22 mainProgram = "passerine";
23 homepage = "https://www.passerine.io/";
24 license = licenses.mit;
25 maintainers = with maintainers; [ siraben ];