Skip to content

Commit 768d134

Browse files
authoredApr 12, 2020
Revert "ocamlPackages.ctypes: 0.15.1 -> 0.17.1"
This reverts commit 807ca93.
1 parent 681db60 commit 768d134

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎pkgs/development/ocaml-modules/ctypes/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ else
66

77
stdenv.mkDerivation rec {
88
name = "ocaml${ocaml.version}-ctypes-${version}";
9-
version = "0.17.1";
9+
version = "0.15.1";
1010

1111
src = fetchzip {
1212
url = "https://github.com/ocamllabs/ocaml-ctypes/archive/${version}.tar.gz";
13-
sha256 = "16brmdnz7wi2z25qqhd5s5blyq4app6jbv6g9pa4vyg6h0nzbcys";
13+
sha256 = "0adas974bwinn8jidb6chljkpd70s041h2a969dicsj0xsg6wys6";
1414
};
1515

1616
nativeBuildInputs = [ pkgconfig ];
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
2828
'';
2929

3030
meta = with stdenv.lib; {
31-
homepage = "https://github.com/ocamllabs/ocaml-ctypes";
31+
homepage = https://github.com/ocamllabs/ocaml-ctypes;
3232
description = "Library for binding to C libraries using pure OCaml";
3333
license = licenses.mit;
3434
maintainers = [ maintainers.ericbmerritt ];

0 commit comments

Comments
 (0)
Please sign in to comment.