Merge pull request #161676 from r-ryantm/auto-update/ocaml4.12.0-ctypes

ocamlPackages.ctypes: 0.18.0 -> 0.20.0
main
Lassulus 2 years ago committed by GitHub
commit dc452c5989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/ocaml-modules/ctypes/default.nix

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

Loading…
Cancel
Save