Commit b2324fbc authored by rina's avatar rina Committed by Vincent Laporte
Browse files

ocamlPackages.ctypes: 0.22.0 -> 0.23.0

parent dad213b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildDunePackage rec {
  pname = "ctypes";
  version = "0.22.0";
  version = "0.23.0";

  src = fetchFromGitHub {
    owner = "ocamllabs";
    repo = "ocaml-ctypes";
    rev = version;
    hash = "sha256-xgDKupQuakjHTbjoap/r2aAjNQUpH9K4HmeLbbgw1x4=";
    hash = "sha256-fZfTsOMppHiI7BVvgICVt/9ofGFAfYjXzHSDA7L4vZk=";
  };

  buildInputs = [ dune-configurator ];