ocamlPackages.mirage-runtime 4.4.1 -> 4.4.2 https://github.com/mirage/mirage/releases attrpath: ocamlPackages.mirage-runtime Checking auto update branch... No auto update branch exists Old version 4.4.1" not present in master derivation file with contents: { lib, buildDunePackage, fetchurl, ipaddr, functoria-runtime , logs, lwt , alcotest }: buildDunePackage rec { pname = "mirage-runtime"; inherit (functoria-runtime) src version; minimalOCamlVersion = "4.08"; propagatedBuildInputs = [ ipaddr functoria-runtime logs lwt ]; checkInputs = [ alcotest ]; doCheck = true; meta = with lib; { homepage = "https://github.com/mirage/mirage"; description = "The base MirageOS runtime library, part of every MirageOS unikernel"; license = licenses.isc; maintainers = with maintainers; [ sternenseemann ]; }; }