Skip to content

Commit

Permalink
ocamlPackages.ocaml_pcre: 7.4.6 -> 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dali99 authored and vbgl committed Oct 6, 2022
1 parent b99c3d2 commit 7e817a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/ocaml-modules/pcre/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildDunePackage rec {
pname = "pcre";
version = "7.4.6";
version = "7.5.0";

useDune2 = true;

minimalOCamlVersion = "4.08";
minimalOCamlVersion = "4.12";

src = fetchurl {
url = "https://github.com/mmottl/pcre-ocaml/releases/download/${version}/pcre-${version}.tbz";
sha256 = "17ajl0ra5xkxn5pf0m0zalylp44wsfy6mvcq213djh2pwznh4gya";
sha256 = "sha256-ZxFC9AtthhccvAZyU/qt+QMBkWHVdIi9D7bFRWwsvRo=";
};

buildInputs = [ dune-configurator ];
Expand Down

0 comments on commit 7e817a8

Please sign in to comment.