opentabletdriver: 0.6.5.0 -> 0.6.5.1 (#379384)
[NixPkgs.git] / pkgs / development / idris-modules / snippets.nix
blobe3b6ced720395dd1268c845008552cd0dcacdb7f
2   build-idris-package,
3   fetchFromGitHub,
4   contrib,
5   lib,
6 }:
7 build-idris-package {
8   pname = "snippets";
9   version = "2018-03-17";
11   ipkgName = "idris-snippets";
12   idrisDeps = [ contrib ];
14   src = fetchFromGitHub {
15     owner = "palladin";
16     repo = "idris-snippets";
17     rev = "c26d6f5ffc1cc0456279f5ac74fec5af8c09025e";
18     sha256 = "1vwyzck6yan3wifsyj02ji9l6x9rs2r02aybm90gl676s2x4mhjn";
19   };
21   meta = {
22     description = "Collection of Idris snippets";
23     homepage = "https://github.com/palladin/idris-snippets";
24     license = lib.licenses.mit;
25     maintainers = [ lib.maintainers.brainrape ];
26   };