ocamlPackages.ppx_cstubs: 0.6.1.2 -> 0.7.0

This commit is contained in:
Ulrik Strid 2022-03-24 18:33:21 +01:00 committed by Vincent Laporte
parent fb12daa91f
commit 13c8a6774d

View File

@ -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 ];