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:
parent
4e67a1657f
commit
644e3cb204
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue