9 stdenv.mkDerivation rec {
11 version = "0.0.20231102";
13 src = fetchFromGitHub {
17 hash = "sha256-dJjlwuQLS73D6W/bmhWLPPaT7himQyO1RvD+MXVxBMw=";
30 description = "JavaScript-like language with optional templating";
31 homepage = "https://github.com/jow-/ucode";
32 license = licenses.isc;
33 platforms = platforms.linux;
34 maintainers = with maintainers; [ mkg20001 ];