ocamlPackages.ocaml_pcre: 7.1.1 -> 7.2.3
This commit is contained in:
parent
4e67a1657f
commit
644e3cb204
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildOcaml {
|
buildOcaml {
|
||||||
name = "pcre";
|
name = "pcre";
|
||||||
version = "7.1.1";
|
version = "7.2.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = https://github.com/mmottl/pcre-ocaml/releases/download/v7.1.1/pcre-ocaml-7.1.1.tar.gz;
|
url = "https://github.com/mmottl/pcre-ocaml/releases/download/v7.2.3/pcre-ocaml-7.2.3.tar.gz";
|
||||||
sha256 = "0nj4gb6hjjjmz5gnl9cjrh4w82rw8cvbwnk0hxhfgfd25p9k50n3";
|
sha256 = "0rj6dw79px4sj2kq0iss2nzq3rnsn9wivvc0f44wa1mppr6njfb3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ocaml findlib];
|
buildInputs = [ocaml findlib];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user