8 version = "2017-05-08";
10 idrisDeps = [ idrisscript ];
12 src = fetchFromGitHub {
13 owner = "pierrebeaucamp";
15 rev = "1b4ee00a06b0bccfe33eea0fa8f068cdae690e9e";
16 sha256 = "097l2pj8p33d0n3ryb8y2vp0n5isnc8bkdnad3y6raa9z1xjn3d6";
20 description = "Idris library to interact with WebGL";
21 homepage = "https://github.com/pierrebeaucamp/idris-webgl";
22 license = lib.licenses.asl20;
23 maintainers = [ lib.maintainers.brainrape ];