ocamlPackages.mirage{,-runtime}: 3.9.0 -> 3.10.0

This commit is contained in:
sternenseemann 2020-12-02 18:40:53 +01:00 committed by Vincent Laporte
parent 355d593ac0
commit a7786e29da
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
buildDunePackage rec {
pname = "mirage-runtime";
version = "3.9.0";
version = "3.10.0";
useDune2 = true;
@ -11,7 +11,7 @@ buildDunePackage rec {
src = fetchurl {
url = "https://github.com/mirage/mirage/releases/download/v${version}/mirage-v${version}.tbz";
sha256 = "1hznh49v1jlkwww6xi9f2f4yjzlh9qfvdrrdzvddnwsh3g00flla";
sha256 = "01nq358bilsvvwrvyavc5gik1csjljn4rb3k8yx94gxvbj5vx4h2";
};
propagatedBuildInputs = [ ipaddr functoria-runtime fmt logs ocaml_lwt ];