File tree 1 file changed +3
-3
lines changed
pkgs/development/ocaml-modules/ctypes
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
stdenv . mkDerivation rec {
8
8
name = "ocaml${ ocaml . version } -ctypes-${ version } " ;
9
- version = "0.17 .1" ;
9
+ version = "0.15 .1" ;
10
10
11
11
src = fetchzip {
12
12
url = "https://github.com/ocamllabs/ocaml-ctypes/archive/${ version } .tar.gz" ;
13
- sha256 = "16brmdnz7wi2z25qqhd5s5blyq4app6jbv6g9pa4vyg6h0nzbcys " ;
13
+ sha256 = "0adas974bwinn8jidb6chljkpd70s041h2a969dicsj0xsg6wys6 " ;
14
14
} ;
15
15
16
16
nativeBuildInputs = [ pkgconfig ] ;
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
28
28
'' ;
29
29
30
30
meta = with stdenv . lib ; {
31
- homepage = " https://github.com/ocamllabs/ocaml-ctypes" ;
31
+ homepage = https://github.com/ocamllabs/ocaml-ctypes ;
32
32
description = "Library for binding to C libraries using pure OCaml" ;
33
33
license = licenses . mit ;
34
34
maintainers = [ maintainers . ericbmerritt ] ;
You can’t perform that action at this time.
0 commit comments