ocamlPackages.ppx_blob: use Dune 3

This commit is contained in:
Vincent Laporte 2023-04-10 14:14:33 +02:00
parent f94acff239
commit c1db7e08eb
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -4,7 +4,7 @@ buildDunePackage rec {
pname = "ppx_blob";
version = "0.7.2";
useDune2 = true;
duneVersion = "3";
src = fetchurl {
url = "https://github.com/johnwhitington/${pname}/releases/download/${version}/ppx_blob-${version}.tbz";