Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ocamlPackages.sedlex_2: 2.3 → 2.4

Supports Unicode 13.0.0

authored by

Vincent Laporte and committed by
Vincent Laporte
f6ccdfcd 03dc9d9b

+6 -6
+6 -6
pkgs/development/ocaml-modules/sedlex/2.nix
··· 13 13 else 14 14 15 15 let 16 - unicodeVersion = "12.1.0"; 16 + unicodeVersion = "13.0.0"; 17 17 baseUrl = "https://www.unicode.org/Public/${unicodeVersion}"; 18 18 19 19 DerivedCoreProperties = fetchurl { 20 20 url = "${baseUrl}/ucd/DerivedCoreProperties.txt"; 21 - sha256 = "0s6sn1yr9qmb2i6gf8dir2zpsbjv1frdfzy3i2yjylzvf637msx6"; 21 + sha256 = "0j12x112cd8fpgazkc8izxnhhpia44p1m36ff8yapslxndcmzm55"; 22 22 }; 23 23 DerivedGeneralCategory = fetchurl { 24 24 url = "${baseUrl}/ucd/extracted/DerivedGeneralCategory.txt"; 25 - sha256 = "1rifzq9ba6c58dn0lrmcb5l5k4ksx3zsdkira3m5p6h4i2wriy3q"; 25 + sha256 = "0w6mkz4w79k23bnmwgfxc4yqc2ypv8ilrjn6nk25hrafksbg00j5"; 26 26 }; 27 27 PropList = fetchurl { 28 28 url = "${baseUrl}/ucd/PropList.txt"; 29 - sha256 = "0gsb1jpj3mnqbjgbavi4l95gl6g4agq58j82km22fdfg63j3w3fk"; 29 + sha256 = "1ks0585wimygbk2wqi9hqg8gyl25iffvdad5vya1zgsxs8z5lns8"; 30 30 }; 31 31 in 32 32 buildDunePackage rec { 33 33 pname = "sedlex"; 34 - version = "2.3"; 34 + version = "2.4"; 35 35 36 36 useDune2 = true; 37 37 ··· 39 39 owner = "ocaml-community"; 40 40 repo = "sedlex"; 41 41 rev = "v${version}"; 42 - sha256 = "0iw3phlaqr27jdf857hmj5v5hdl0vngbb2h37p2ll18sw991fxar"; 42 + sha256 = "13g8az4zqg6hrnxmy3qrasslppzlag13dd1dsr8vlpg2vpfmfv6i"; 43 43 }; 44 44 45 45 propagatedBuildInputs = [