7 php.buildComposerProject2 (finalAttrs: {
11 src = fetchFromGitHub {
14 rev = "refs/tags/v${finalAttrs.version}";
15 hash = "sha256-U+E4AdxjBjuMEG5CDpyr4Avu/NzvQXdksPsl+tQMybM=";
18 vendorHash = "sha256-ROJrVhkq3A0ZOsWv8rNNlVmE8KYu+vDM201BECOgmik=";
20 doInstallCheck = true;
22 $out/bin/phel --version
26 changelog = "https://github.com/phel-lang/phel-lang/releases/tag/v${finalAttrs.version}";
27 description = "Phel is a functional programming language that compiles to PHP. A Lisp dialect inspired by Clojure and Janet";
28 homepage = "https://github.com/phel-lang/phel-lang";
29 license = lib.licenses.mit;
31 maintainers = with lib.maintainers; [ drupol ];