Skip to content

Commit

Permalink
ocamlPackages.ocaml_pcre: 7.1.1 -> 7.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Oct 17, 2017
1 parent 4e67a16 commit 644e3cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/ocaml-modules/pcre/default.nix
Expand Up @@ -2,11 +2,11 @@

buildOcaml {
name = "pcre";
version = "7.1.1";
version = "7.2.3";

src = fetchurl {
url = https://github.com/mmottl/pcre-ocaml/releases/download/v7.1.1/pcre-ocaml-7.1.1.tar.gz;
sha256 = "0nj4gb6hjjjmz5gnl9cjrh4w82rw8cvbwnk0hxhfgfd25p9k50n3";
url = "https://github.com/mmottl/pcre-ocaml/releases/download/v7.2.3/pcre-ocaml-7.2.3.tar.gz";
sha256 = "0rj6dw79px4sj2kq0iss2nzq3rnsn9wivvc0f44wa1mppr6njfb3";
};

buildInputs = [ocaml findlib];
Expand Down

0 comments on commit 644e3cb

Please sign in to comment.