ocamlPackages.ctypes: 0.22.0 -> 0.23.0

Diff: https://github.com/ocamllabs/ocaml-ctypes/compare/0.22.0...0.23.0
This commit is contained in:
rina 2024-10-10 00:06:28 +10:00 committed by Vincent Laporte
parent dad213b357
commit b2324fbcf6

View File

@ -10,13 +10,13 @@
buildDunePackage rec {
pname = "ctypes";
version = "0.22.0";
version = "0.23.0";
src = fetchFromGitHub {
owner = "ocamllabs";
repo = "ocaml-ctypes";
rev = version;
hash = "sha256-xgDKupQuakjHTbjoap/r2aAjNQUpH9K4HmeLbbgw1x4=";
hash = "sha256-fZfTsOMppHiI7BVvgICVt/9ofGFAfYjXzHSDA7L4vZk=";
};
buildInputs = [ dune-configurator ];