1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-9SsSXLZFwqsAeWFGsba8OG9bdmfQjn6qQHHQK6IdHK8=";
14 vendorHash = "sha256-VRQUbGJTC2v8w/l4iaNn3vPX3AdV9Likp2nuG0PQieU=";
22 subPackages = [ "." ];
25 homepage = "https://github.com/candid82/joker";
26 description = "A small Clojure interpreter and linter written in Go";
27 license = licenses.epl10;
28 maintainers = with maintainers; [ andrestylianos ];