10 src = fetchFromGitHub {
14 hash = "sha256-AyFL+XHxitueAadx1M/xWqeittDCQ/hzsE/fUzt75yI=";
17 sourceRoot = "${src.name}/repl";
19 vendorHash = "sha256-FiXxplt4w7M0cZz46kdjYuKHailW2cnLOj0jkA9w1RM=";
21 ldflags = [ "-s" "-w" ];
24 mv $out/bin/{repl,expr}
28 description = "Expression language and expression evaluation for Go";
29 homepage = "https://github.com/antonmedv/expr";
30 changelog = "https://github.com/antonmedv/expr/releases/tag/${src.rev}";
31 license = licenses.mit;
32 maintainers = with maintainers; [ figsoda ];