Skip to content

Commit b2324fb

Browse files
katrinafyivbgl
authored andcommitted
ocamlPackages.ctypes: 0.22.0 -> 0.23.0
Diff: yallop/ocaml-ctypes@0.22.0...0.23.0
1 parent dad213b commit b2324fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/ocaml-modules/ctypes/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
buildDunePackage rec {
1212
pname = "ctypes";
13-
version = "0.22.0";
13+
version = "0.23.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "ocamllabs";
1717
repo = "ocaml-ctypes";
1818
rev = version;
19-
hash = "sha256-xgDKupQuakjHTbjoap/r2aAjNQUpH9K4HmeLbbgw1x4=";
19+
hash = "sha256-fZfTsOMppHiI7BVvgICVt/9ofGFAfYjXzHSDA7L4vZk=";
2020
};
2121

2222
buildInputs = [ dune-configurator ];

0 commit comments

Comments
 (0)