ocamlPackages.duff: use Dune 2

gstqt5
Vincent Laporte 2020-11-19 07:35:54 +01:00 committed by Vincent Laporte
parent 8585991bfb
commit a3e5e8c92c
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
buildDunePackage rec {
pname = "duff";
version = "0.2";
useDune2 = true;
src = fetchurl {
url = "https://github.com/mirage/duff/releases/download/v${version}/duff-v${version}.tbz";
sha256 = "0bi081w4349cqc1n9jsjh1lrcqlnv3nycmvh9fniscv8lz1c0gjq";