Skip to content

Commit 9773378

Browse files
authored
ocamlPackages.ocaml_pcre: 7.5.0 -> 8.0.3 (#362820)
2 parents 6bebc40 + 9a930c4 commit 9773378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/ocaml-modules/pcre/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
buildDunePackage rec {
44
pname = "pcre";
5-
version = "7.5.0";
5+
version = "8.0.3";
66

77
useDune2 = true;
88

99
minimalOCamlVersion = "4.12";
1010

1111
src = fetchurl {
1212
url = "https://github.com/mmottl/pcre-ocaml/releases/download/${version}/pcre-${version}.tbz";
13-
sha256 = "sha256-ZxFC9AtthhccvAZyU/qt+QMBkWHVdIi9D7bFRWwsvRo=";
13+
sha256 = "sha256-FIgCeBEAHKz7/6bNsUoqbH2c3eMq62gphVdEa+kNf3k=";
1414
};
1515

1616
buildInputs = [ dune-configurator ];

0 commit comments

Comments
 (0)