Skip to content

Commit c525378

Browse files
committed
ocamlPackages.sedlex: 3.2 → 3.3
1 parent 8e01867 commit c525378

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
let param =
1212
if lib.versionAtLeast ppxlib.version "0.26.0" then
1313
{
14-
version = "3.2";
15-
sha256 = "sha256-5Vf1LRhSotNpTPzHmRgCMRYtrpgaspLlyzv1XdGt+u8=";
14+
version = "3.3";
15+
sha256 = "sha256-33eJKVdoR4mlWdPZUdjQ26w+kuQWoUN68+bxy2o+Pjs=";
1616
}
1717
else {
1818
version = "2.5";
@@ -21,20 +21,20 @@ let param =
2121
; in
2222

2323
let
24-
unicodeVersion = "15.0.0";
24+
unicodeVersion = "16.0.0";
2525
baseUrl = "https://www.unicode.org/Public/${unicodeVersion}";
2626

2727
DerivedCoreProperties = fetchurl {
2828
url = "${baseUrl}/ucd/DerivedCoreProperties.txt";
29-
sha256 = "sha256-02cpC8CGfmtITGg3BTC90aCLazJARgG4x6zK+D4FYo0=";
29+
sha256 = "sha256-OdNRYfKVRJf2ngi9uecBST9Haj0wIi3iACj+2jbB2r0=";
3030
};
3131
DerivedGeneralCategory = fetchurl {
3232
url = "${baseUrl}/ucd/extracted/DerivedGeneralCategory.txt";
33-
sha256 = "sha256-/imkXAiCUA5ZEUCqpcT1Bn5qXXRoBhSK80QAxIucBvk=";
33+
sha256 = "sha256-dnardVpB74IQhGAjhWnmCtZcGR3a/mGzbGdl7BNT8pM=";
3434
};
3535
PropList = fetchurl {
3636
url = "${baseUrl}/ucd/PropList.txt";
37-
sha256 = "sha256-4FwKKBHRE9rkq9gyiEGZo+qNGH7huHLYJAp4ipZUC/0=";
37+
sha256 = "sha256-U9YUUI4qCyMFqKohzWDZk96TJs32WZNmDfzORQNUhYM=";
3838
};
3939
atLeast31 = lib.versionAtLeast param.version "3.1";
4040
in
@@ -43,7 +43,6 @@ buildDunePackage rec {
4343
inherit (param) version;
4444

4545
minimalOCamlVersion = "4.08";
46-
duneVersion = "3";
4746

4847
src = fetchFromGitHub {
4948
owner = "ocaml-community";

0 commit comments

Comments
 (0)