ocamlPackages.ppx_cstubs: 0.6.1.2 -> 0.7.0

main
Ulrik Strid 2 years ago committed by Vincent Laporte
parent fb12daa91f
commit 13c8a6774d
  1. 4
      pkgs/development/ocaml-modules/ppx_cstubs/default.nix

@ -14,7 +14,7 @@
buildDunePackage rec {
pname = "ppx_cstubs";
version = "0.6.1.2";
version = "0.7.0";
minimalOCamlVersion = "4.08";
@ -24,7 +24,7 @@ buildDunePackage rec {
owner = "fdopen";
repo = "ppx_cstubs";
rev = version;
sha256 = "15cjb9ygnvp2kv85rrb7ncz7yalifyl7wd2hp2cl8r1qrpgi1d0w";
sha256 = "sha256-qMmwRWCIfNyhCQYPKLiufnb57sTR3P+WInOqtPDywFs=";
};
nativeBuildInputs = [ cppo findlib ];

Loading…
Cancel
Save