Merge pull request #184384 from r-ryantm/auto-update/ocaml4.13.1-ctypes

ocamlPackages.ctypes: 0.20.0 -> 0.20.1
This commit is contained in:
Weijia Wang 2023-01-26 05:23:39 +01:00 committed by GitHub
commit aece81e2d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@ else
stdenv.mkDerivation rec {
pname = "ocaml${ocaml.version}-ctypes";
version = "0.20.0";
version = "0.20.1";
src = fetchFromGitHub {
owner = "ocamllabs";
repo = "ocaml-ctypes";
rev = version;
sha256 = "sha256-fr60H/hiSVjEg11qM8LF1Y5CotS3FEyFdCcIh0A0uI4=";
sha256 = "sha256-H1QR0MJCqRdXxRufCA663wzTNWQ8MYYAy2nz/XHCn0Y=";
};
nativeBuildInputs = [ pkg-config ocaml findlib ];