1 { lib, fetchFromGitHub, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 hash = "sha256-TrbcULIJ9+DgQ4QsLYD5okxHoIusGJDw1PqJQwq1zu0=";
14 cargoHash = "sha256-A+sOT0rloAktDdVXe2HEPK25euh9T7c0rXybZmZpqC0=";
17 description = "Small extensible programming language designed for concise expression with little code";
18 mainProgram = "passerine";
19 homepage = "https://www.passerine.io/";
20 license = licenses.mit;
21 maintainers = with maintainers; [ siraben ];