We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c2716 commit 9a930c4Copy full SHA for 9a930c4
pkgs/development/ocaml-modules/pcre/default.nix
@@ -2,15 +2,15 @@
2
3
buildDunePackage rec {
4
pname = "pcre";
5
- version = "7.5.0";
+ version = "8.0.3";
6
7
useDune2 = true;
8
9
minimalOCamlVersion = "4.12";
10
11
src = fetchurl {
12
url = "https://github.com/mmottl/pcre-ocaml/releases/download/${version}/pcre-${version}.tbz";
13
- sha256 = "sha256-ZxFC9AtthhccvAZyU/qt+QMBkWHVdIi9D7bFRWwsvRo=";
+ sha256 = "sha256-FIgCeBEAHKz7/6bNsUoqbH2c3eMq62gphVdEa+kNf3k=";
14
};
15
16
buildInputs = [ dune-configurator ];
0 commit comments