Merge pull request #165644 from StridBot/auto-update/ocaml4.13.1-mirage-flow

This commit is contained in:
Sandro 2022-03-27 15:24:49 +02:00 committed by GitHub
commit 6b6c83ea92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
buildDunePackage rec {
pname = "mirage-flow";
version = "2.0.1";
version = "3.0.0";
useDune2 = true;
minimumOCamlVersion = "4.05";
src = fetchurl {
url = "https://github.com/mirage/mirage-flow/releases/download/v${version}/mirage-flow-v${version}.tbz";
sha256 = "13v05x34six0z6bc2is8qhvbxk4knxh80ardi5x4rl738vlq3mn9";
sha256 = "sha256-1wvabIXsJ0e+2IvE2V8mnSgQUDuSkT8IB75SkWlhOPw=";
};
propagatedBuildInputs = [ cstruct fmt ocaml_lwt ];