summaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/mimic/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/mimic/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/mimic/default.nix14
1 files changed, 5 insertions, 9 deletions
diff --git a/pkgs/development/ocaml-modules/mimic/default.nix b/pkgs/development/ocaml-modules/mimic/default.nix
index 3ddae57e9e8d..ea1636427038 100644
--- a/pkgs/development/ocaml-modules/mimic/default.nix
+++ b/pkgs/development/ocaml-modules/mimic/default.nix
@@ -1,27 +1,23 @@
{ lib, buildDunePackage, fetchurl
-, fmt, mirage-flow, result, rresult, cstruct, logs, ke
+, fmt, mirage-flow, result, rresult, cstruct, logs, ke, lwt
, alcotest, alcotest-lwt, bigstringaf, bigarray-compat
}:
buildDunePackage rec {
pname = "mimic";
- version = "0.0.2";
+ version = "0.0.3";
minimumOCamlVersion = "4.08";
useDune2 = true;
src = fetchurl {
- url = "https://github.com/mirage/ocaml-git/releases/download/${pname}-v${version}/${pname}-${pname}-v${version}.tbz";
- sha256 = "3ad5af3caa1120ecfdf022de41ba5be8edfbf50270fc99238b82d3d2d6e7c317";
+ url = "https://github.com/dinosaure/mimic/releases/download/${version}/mimic-${version}.tbz";
+ sha256 = "e4743cd2e4f8242eb1ce9d8086fd2affba0eb6a62131309ffa279108bd3dbbcb";
};
- # don't install changelogs for other packages
- postPatch = ''
- rm -f CHANGES.md CHANGES.carton.md
- '';
-
propagatedBuildInputs = [
fmt
+ lwt
mirage-flow
result
rresult