ocamlPackages.eqaf: use Dune 3

This commit is contained in:
Vincent Laporte 2023-03-28 08:57:32 +02:00
parent ad6bb1a816
commit 7da5c6a303
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -2,12 +2,13 @@
buildDunePackage rec {
minimalOCamlVersion = "4.07";
duneVersion = "3";
pname = "eqaf";
version = "0.9";
src = fetchurl {
url = "https://github.com/mirage/eqaf/releases/download/v${version}/eqaf-${version}.tbz";
sha256 = "sha256-7A4oqUasaBf5XVhU8FqZYa46hAi7YQ55z60BubJV3+A=";
hash = "sha256-7A4oqUasaBf5XVhU8FqZYa46hAi7YQ55z60BubJV3+A=";
};
propagatedBuildInputs = [ cstruct ];