lol

ocamlPackages.ctypes: 0.15.1 -> 0.17.1

authored by

R. RyanTM and committed by
Jon
807ca93f 6fcf77e8

+3 -3
+3 -3
pkgs/development/ocaml-modules/ctypes/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 name = "ocaml${ocaml.version}-ctypes-${version}"; 9 - version = "0.15.1"; 9 + version = "0.17.1"; 10 10 11 11 src = fetchzip { 12 12 url = "https://github.com/ocamllabs/ocaml-ctypes/archive/${version}.tar.gz"; 13 - sha256 = "0adas974bwinn8jidb6chljkpd70s041h2a969dicsj0xsg6wys6"; 13 + sha256 = "16brmdnz7wi2z25qqhd5s5blyq4app6jbv6g9pa4vyg6h0nzbcys"; 14 14 }; 15 15 16 16 nativeBuildInputs = [ pkgconfig ]; ··· 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 ];