Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ocamlPackages.functoria-runtime: 4.4.1 -> 4.4.2

R. Ryantm aa105181 286d25f5

+2 -2
+2 -2
pkgs/development/ocaml-modules/functoria/runtime.nix
··· 7 7 8 8 buildDunePackage rec { 9 9 pname = "functoria-runtime"; 10 - version = "4.4.1"; 10 + version = "4.4.2"; 11 11 12 12 src = fetchurl { 13 13 url = "https://github.com/mirage/mirage/releases/download/v${version}/mirage-${version}.tbz"; 14 - hash = "sha256-FKCdzrRJVpUrCWqrTiE8l00ZKJOYsvI9mNzJ0ZxDBwg="; 14 + hash = "sha256-fPJou5EYmIFfa54BMiFvS7BKQq0u1pkA9MVHXt8boPk="; 15 15 }; 16 16 17 17 minimalOCamlVersion = "4.08";