8 version = "2018-03-06";
10 idrisDeps = [ contrib ];
12 src = fetchFromGitHub {
14 repo = "idris-extras";
15 rev = "20e79087043ddb00301cdc3036964a2b1c5b1c5f";
16 sha256 = "0j34a7vawrkc7nkwwnv6lsjjdcr00d85csjw06nnbh8rj4vj5ps0";
20 description = "Some useful functions for Idris";
21 homepage = "https://github.com/jheiling/idris-extras";
22 license = lib.licenses.unlicense;
23 maintainers = [ lib.maintainers.brainrape ];