We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad213b commit b2324fbCopy full SHA for b2324fb
pkgs/development/ocaml-modules/ctypes/default.nix
@@ -10,13 +10,13 @@
10
11
buildDunePackage rec {
12
pname = "ctypes";
13
- version = "0.22.0";
+ version = "0.23.0";
14
15
src = fetchFromGitHub {
16
owner = "ocamllabs";
17
repo = "ocaml-ctypes";
18
rev = version;
19
- hash = "sha256-xgDKupQuakjHTbjoap/r2aAjNQUpH9K4HmeLbbgw1x4=";
+ hash = "sha256-fZfTsOMppHiI7BVvgICVt/9ofGFAfYjXzHSDA7L4vZk=";
20
};
21
22
buildInputs = [ dune-configurator ];
0 commit comments