Skip to content

Commit

Permalink
ocamlPackages.notty: 0.2.1 → 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sternenseemann authored and vbgl committed Apr 15, 2020
1 parent e16c7da commit 759cac4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/ocaml-modules/notty/default.nix
Expand Up @@ -4,19 +4,19 @@

with stdenv.lib;

if !versionAtLeast ocaml.version "4.03"
if !versionAtLeast ocaml.version "4.05"
then throw "notty is not available for OCaml ${ocaml.version}"
else

let withLwt = lwt != null; in

stdenv.mkDerivation rec {
version = "0.2.1";
version = "0.2.2";
name = "ocaml${ocaml.version}-notty-${version}";

src = fetchurl {
url = "https://github.com/pqwy/notty/releases/download/v${version}/notty-${version}.tbz";
sha256 = "0wdfmgx1mz77s7m451vy8r9i4iqwn7s7b39kpbpckf3w9417riq0";
sha256 = "1y3hx8zjri3x50nyiqal5gak1sw54gw3xssrqbj7srinvkdmrz1q";
};

buildInputs = [ ocaml findlib ocamlbuild topkg ocb-stubblr ];
Expand Down

0 comments on commit 759cac4

Please sign in to comment.