12 stdenv.mkDerivation (finalAttrs: {
13 pname = "ucblogo-code";
16 src = fetchFromGitHub {
18 repo = "ucblogo-code";
19 rev = "ca23b30a62eaaf03ea203ae71d00dc45a046514e";
20 hash = "sha256-BVNKkT0YUqI/z5W6Y/u3WbrHmaw7Z165vFt/mlzjd+8=";
36 description = "Berkeley Logo interpreter";
37 homepage = "https://github.com/jrincayc/ucblogo-code";
38 changelog = "https://github.com/jrincayc/ucblogo-code/blob/${finalAttrs.src.rev}/changes.txt";
39 license = licenses.gpl3Only;
40 maintainers = with maintainers; [ matthewcroughan ];
41 mainProgram = "ucblogo-code";
42 platforms = platforms.all;