ocamlPackages.vchan: use Dune 3

This commit is contained in:
Vincent Laporte 2023-03-28 08:57:38 +02:00
parent 8fdf8ee81c
commit 33eff16466
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -9,10 +9,11 @@ buildDunePackage rec {
version = "6.0.1";
minimalOCamlVersion = "4.08";
duneVersion = "3";
src = fetchurl {
url = "https://github.com/mirage/ocaml-vchan/releases/download/v${version}/vchan-${version}.tbz";
sha256 = "sha256-5E7dITMVirYoxUkp8ZamRAolyhA6avXGJNAioxeBuV0=";
hash = "sha256-5E7dITMVirYoxUkp8ZamRAolyhA6avXGJNAioxeBuV0=";
};
propagatedBuildInputs = [