ocamlPackages.mirage-vnetif: use Dune 3

This commit is contained in:
Vincent Laporte 2023-03-10 20:51:18 +01:00
parent 50a35f7c20
commit 2a9ab2a967
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -9,10 +9,11 @@ buildDunePackage rec {
version = "0.6.0";
minimalOCamlVersion = "4.06";
duneVersion = "3";
src = fetchurl {
url = "https://github.com/mirage/${pname}/releases/download/v${version}/${pname}-${version}.tbz";
sha256 = "sha256-fzRoNFqdnj4Ke+eNdo5crvbnKDx6/+dQyu+K3rD5dYw=";
hash = "sha256-fzRoNFqdnj4Ke+eNdo5crvbnKDx6/+dQyu+K3rD5dYw=";
};
propagatedBuildInputs = [