ocamlPackages.ocaml_expat: 1.1.0 → 1.3.0

This commit is contained in:
Vincent Laporte 2023-10-27 07:17:31 +02:00
parent c585eaf8d8
commit 12bd3440ac
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -5,13 +5,13 @@ lib.throwIfNot (lib.versionAtLeast ocaml.version "4.02")
stdenv.mkDerivation rec {
pname = "ocaml${ocaml.version}-expat";
version = "1.1.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "whitequark";
repo = "ocaml-expat";
rev = "v${version}";
sha256 = "07wm9663z744ya6z2lhiz5hbmc76kkipg04j9vw9dqpd1y1f2x3q";
hash = "sha256-eDA6MUcztaI+fpunWBdanNnPo9Y5gvbj/ViVcxYYEBg=";
};
prePatch = ''