8 version = "2017-04-22";
10 idrisDeps = [ idrisscript ];
12 src = fetchFromGitHub {
13 owner = "pierrebeaucamp";
15 rev = "fb32a748ccdb9070de3f2d6048564e34c064b362";
16 sha256 = "0l07mnarvrb4xdw0b2xqgyxq4rljw1axz5mc9w4gmhvcrzxnyfnr";
20 description = "Idris library to interact with xhr";
21 homepage = "https://github.com/pierrebeaucamp/idris-xhr";
22 license = lib.licenses.asl20;
23 maintainers = [ lib.maintainers.brainrape ];