ocamlPackages.functoria: 4.2.0 → 4.3.4

This commit is contained in:
Vincent Laporte 2023-02-24 07:20:55 +01:00
parent b0b49878bc
commit f7fe795ca0
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -4,13 +4,14 @@
buildDunePackage rec {
pname = "functoria";
version = "4.2.0";
version = "4.3.4";
duneVersion = "3";
minimalOCamlVersion = "4.08";
src = fetchurl {
url = "https://github.com/mirage/mirage/releases/download/v${version}/mirage-${version}.tbz";
sha256 = "sha256-rZ9y8+wbDjqjY1sx+TmSoR42hUKRMGpehCCR2cEgbv8=";
hash = "sha256-ZN8La2+N19wVo/vBUfIj17JU6FSp0jX7h2nDoIpR1XY=";
};
propagatedBuildInputs = [ cmdliner rresult astring fmt logs bos fpath emile uri ];