File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
pkgs/development/ocaml-modules/sedlex Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1111let 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
2323let
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" ;
4040in
@@ -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" ;
You can’t perform that action at this time.
0 commit comments