Merge pull request #263705 from vbgl/ocaml-expat-1.3.0

ocamlPackages.ocaml_expat: 1.1.0 → 1.3.0
This commit is contained in:
Ulrik Strid 2023-10-27 08:51:45 +02:00 committed by GitHub
commit d6ada5d880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''