docfd: 4.0.0 -> 5.1.0
This commit is contained in:
parent
254ed1ad03
commit
9ad995c04e
1 changed files with 5 additions and 2 deletions
|
@ -21,7 +21,7 @@ let
|
|||
in
|
||||
buildDunePackage' rec {
|
||||
pname = "docfd";
|
||||
version = "4.0.0";
|
||||
version = "5.1.0";
|
||||
|
||||
minimalOCamlVersion = "5.1";
|
||||
|
||||
|
@ -29,7 +29,7 @@ buildDunePackage' rec {
|
|||
owner = "darrenldl";
|
||||
repo = "docfd";
|
||||
rev = version;
|
||||
hash = "sha256-fgwUXRZ6k5i3XLxXpjbrl0TJZMT+NkGXf7KNwRgi+q8=";
|
||||
hash = "sha256-54gsX5C8AJAOkqnBxHLI76k6cEqWqEydxbZjJZl7FjE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -49,6 +49,9 @@ buildDunePackage' rec {
|
|||
notty
|
||||
ocolor
|
||||
oseq
|
||||
ppx_deriving
|
||||
ppxlib
|
||||
re
|
||||
spelll
|
||||
timedesc
|
||||
yojson
|
||||
|
|
Loading…
Reference in a new issue