7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
12 owner = "igor-petruk";
15 hash = "sha256-WQSgN1iX26tPPaJXLtU5Eo8kFahT6g+gZKJEDT6zj1E=";
18 cargoHash = "sha256-trDf6N7PMjxlum8Rx2TxGePM6UPzMlTU6ATyGzmFoNc=";
29 description = "A language-agnostic \"shebang interpreter\" that enables you to write scripts in compiled languages";
30 mainProgram = "scriptisto";
31 homepage = "https://github.com/igor-petruk/scriptisto";
32 changelog = "https://github.com/igor-petruk/scriptisto/releases/tag/${src.rev}";
33 license = licenses.asl20;
34 maintainers = with maintainers; [ figsoda ];