ocamlPackages.mirage-console: 3.0.2 -> 4.0.0
This commit is contained in:
parent
e71df047a0
commit
b15ba2369f
@ -4,13 +4,15 @@
|
|||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "mirage-console";
|
pname = "mirage-console";
|
||||||
version = "3.0.2";
|
version = "4.0.0";
|
||||||
|
|
||||||
|
minimumOCamlVersion = "4.08";
|
||||||
|
|
||||||
useDune2 = true;
|
useDune2 = true;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/mirage/mirage-console/releases/download/v${version}/mirage-console-v${version}.tbz";
|
url = "https://github.com/mirage/mirage-console/releases/download/v${version}/mirage-console-v${version}.tbz";
|
||||||
sha256 = "1fygk7pvlmwx6vd0h4cv9935xxhi64k2dgym41wf6qfkxgpp31lm";
|
sha256 = "11nwfd4kmmdzkrkhbakdi3cxhk8vi98l17960rgcf85c602gw6vp";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ lwt mirage-device mirage-flow ];
|
propagatedBuildInputs = [ lwt mirage-device mirage-flow ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user