10 src = fetchFromGitHub {
14 hash = "sha256-ZVNkQu5IxBx3f+FkUWc36EOEcY176wQJ2ravLPQAHAA=";
19 ldflags = [ "-s" "-w" ];
21 __darwinAllowLocalNetworking = true;
24 description = "Scriptable interpreter written in golang";
25 homepage = "https://github.com/mattn/anko";
26 license = licenses.mit;
27 maintainers = with maintainers; [ figsoda ];