ocamlPackages.irmin-watcher: use Dune 2

This commit is contained in:
Vincent Laporte 2021-02-08 09:03:59 +01:00 committed by Vincent Laporte
parent 0ca3e0ce49
commit eb15f3e87b

View file

@ -6,6 +6,8 @@ buildDunePackage rec {
pname = "irmin-watcher";
version = "0.4.1";
useDune2 = true;
src = fetchurl {
url = "https://github.com/mirage/irmin-watcher/releases/download/${version}/irmin-watcher-${version}.tbz";
sha256 = "00d4ph4jbsw6adp3zqdrwi099hfcf7p1xzi0685qr7bgcmandjfv";