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
@@ -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 ];