ocamlPackages.mirage-net: use Dune 3
This commit is contained in:
parent
78cd6d9833
commit
c9d19defb1
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@ buildDunePackage rec {
|
|||
pname = "mirage-net";
|
||||
version = "4.0.0";
|
||||
|
||||
useDune2 = true;
|
||||
duneVersion = "3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mirage/mirage-net/releases/download/v${version}/mirage-net-v${version}.tbz";
|
||||
sha256 = "sha256-Zo7/0Ye4GgqzJFCHDBXbuJ/5ETl/8ziolRgH4lDhlM4=";
|
||||
hash = "sha256-Zo7/0Ye4GgqzJFCHDBXbuJ/5ETl/8ziolRgH4lDhlM4=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ cstruct fmt lwt macaddr mirage-device ];
|
||||
|
|
Loading…
Reference in a new issue