about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-08-03 08:01:27 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2021-08-04 15:58:52 +0200
commitf6ccdfcd2ac4f2e259d20e378737dcbd0ca7debe (patch)
tree250ac1e521ee494af77f2d9a721d4e2004d4fd06 /pkgs/development/ocaml-modules
parent03dc9d9b052c1025c3b01a347b4f9d1dd24777d8 (diff)
downloadnixlib-f6ccdfcd2ac4f2e259d20e378737dcbd0ca7debe.tar
nixlib-f6ccdfcd2ac4f2e259d20e378737dcbd0ca7debe.tar.gz
nixlib-f6ccdfcd2ac4f2e259d20e378737dcbd0ca7debe.tar.bz2
nixlib-f6ccdfcd2ac4f2e259d20e378737dcbd0ca7debe.tar.lz
nixlib-f6ccdfcd2ac4f2e259d20e378737dcbd0ca7debe.tar.xz
nixlib-f6ccdfcd2ac4f2e259d20e378737dcbd0ca7debe.tar.zst
nixlib-f6ccdfcd2ac4f2e259d20e378737dcbd0ca7debe.zip
ocamlPackages.sedlex_2: 2.3 → 2.4
Supports Unicode 13.0.0
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/sedlex/2.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/development/ocaml-modules/sedlex/2.nix b/pkgs/development/ocaml-modules/sedlex/2.nix
index 6db40dd9c7eb..9f4badbc7cad 100644
--- a/pkgs/development/ocaml-modules/sedlex/2.nix
+++ b/pkgs/development/ocaml-modules/sedlex/2.nix
@@ -13,25 +13,25 @@ then throw "sedlex is not available for OCaml ${ocaml.version}"
 else
 
 let
-  unicodeVersion = "12.1.0";
+  unicodeVersion = "13.0.0";
   baseUrl = "https://www.unicode.org/Public/${unicodeVersion}";
 
   DerivedCoreProperties = fetchurl {
     url = "${baseUrl}/ucd/DerivedCoreProperties.txt";
-    sha256 = "0s6sn1yr9qmb2i6gf8dir2zpsbjv1frdfzy3i2yjylzvf637msx6";
+    sha256 = "0j12x112cd8fpgazkc8izxnhhpia44p1m36ff8yapslxndcmzm55";
   };
   DerivedGeneralCategory = fetchurl {
     url = "${baseUrl}/ucd/extracted/DerivedGeneralCategory.txt";
-    sha256 = "1rifzq9ba6c58dn0lrmcb5l5k4ksx3zsdkira3m5p6h4i2wriy3q";
+    sha256 = "0w6mkz4w79k23bnmwgfxc4yqc2ypv8ilrjn6nk25hrafksbg00j5";
   };
   PropList = fetchurl {
     url = "${baseUrl}/ucd/PropList.txt";
-    sha256 = "0gsb1jpj3mnqbjgbavi4l95gl6g4agq58j82km22fdfg63j3w3fk";
+    sha256 = "1ks0585wimygbk2wqi9hqg8gyl25iffvdad5vya1zgsxs8z5lns8";
   };
 in
 buildDunePackage rec {
   pname = "sedlex";
-  version = "2.3";
+  version = "2.4";
 
   useDune2 = true;
 
@@ -39,7 +39,7 @@ buildDunePackage rec {
     owner = "ocaml-community";
     repo = "sedlex";
     rev = "v${version}";
-    sha256 = "0iw3phlaqr27jdf857hmj5v5hdl0vngbb2h37p2ll18sw991fxar";
+    sha256 = "13g8az4zqg6hrnxmy3qrasslppzlag13dd1dsr8vlpg2vpfmfv6i";
   };
 
   propagatedBuildInputs = [