1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

ocamlPackages.ocaml_pcre: 7.1.1 -> 7.2.3

This commit is contained in:
Vincent Laporte 2017-10-17 07:30:25 +00:00
parent 4e67a1657f
commit 644e3cb204
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -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];