ocamlPackages.randomconv: use Dune 3

This commit is contained in:
Vincent Laporte 2023-03-28 08:57:52 +02:00
parent 78be8391f7
commit 23e5b45f18
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

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