ocaml-top: use Dune 2

master
Vincent Laporte 2021-02-13 09:36:18 +01:00
parent 1a7a395a6f
commit 1106f2d1ac
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ with ocamlPackages; buildDunePackage rec {
pname = "ocaml-top";
version = "1.2.0-rc";
useDune2 = true;
src = fetchzip {
url = "https://github.com/OCamlPro/ocaml-top/archive/${version}.tar.gz";
sha256 = "1r290m9vvr25lgaanivz05h0kf4fd3h5j61wj4hpp669zffcyyb5";