ocamlPackages.piaf: use Dune 3

This commit is contained in:
Vincent Laporte
2023-01-19 07:51:34 +01:00
parent 0b0bb22e97
commit 0b4b7586f1
@@ -2,7 +2,7 @@
, buildDunePackage
, ocaml
, dune-site
, fetchzip
, fetchurl
, gluten-lwt-unix
, lib
, logs
@@ -22,9 +22,11 @@ buildDunePackage rec {
pname = "piaf";
version = "0.1.0";
src = fetchzip {
duneVersion = "3";
src = fetchurl {
url = "https://github.com/anmonteiro/piaf/releases/download/${version}/piaf-${version}.tbz";
sha256 = "0d431kz3bkwlgdamvsv94mzd9631ppcjpv516ii91glzlfdzh5hz";
hash = "sha256-AMO+ptGox33Bi7u/H0SaeCU88XORrRU3UbLof3EwcmU=";
};
postPatch = ''