10 src = fetchFromGitHub {
14 hash = "sha256-t451e3Pkkt4pmBvS0DBSHOVg7P8ipJd28XyiQ6P/QIQ=";
19 vendorHash = "sha256-t/GEbpnqpLQ79ETqS9TAgy+2z9FoifAmkHbfKUxDBZA=";
25 ldflags = [ "-s" "-w" ];
28 mv $out/bin/{main,cel-go}
32 description = "Fast, portable, non-Turing complete expression evaluation with gradual typing";
33 mainProgram = "cel-go";
34 homepage = "https://github.com/google/cel-go";
35 changelog = "https://github.com/google/cel-go/releases/tag/${src.rev}";
36 license = licenses.asl20;
37 maintainers = with maintainers; [ figsoda ];