Unverified Commit 2a9ab2a9 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.mirage-vnetif: use Dune 3

parent 50a35f7c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 = [