nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

ocamlPackages.sedlex: 2.6 → 3.0

authored by

Vincent Laporte and committed by
Vincent Laporte
9acb1fcf 7f63ad90

+2 -2
+2 -2
pkgs/development/ocaml-modules/sedlex/default.nix
··· 10 10 11 11 let param = 12 12 if lib.versionAtLeast ppxlib.version "0.26.0" then { 13 - version = "2.6"; 14 - sha256 = "sha256-AU+dV+jTG9v3BXzip2Bnv04Ewyo3pyUglDDBFsOsFf0="; 13 + version = "3.0"; 14 + sha256 = "sha256-+4ggynMznVfjviMBjXil8CXdMByq4kSmDz6P2PyEETA="; 15 15 } else { 16 16 version = "2.5"; 17 17 sha256 = "sha256:062a5dvrzvb81l3a9phljrhxfw9nlb61q341q0a6xn65hll3z2wy";