Skip to content

Commit 697b94d

Browse files
authored
docfd: 8.0.3 -> 10.1.3 (#394667)
2 parents d1a3c6a + 0056f58 commit 697b94d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pkgs/by-name/do/docfd/package.nix

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ let
2121
in
2222
buildDunePackage' rec {
2323
pname = "docfd";
24-
version = "8.0.3";
24+
version = "10.1.3";
2525

2626
minimalOCamlVersion = "5.1";
2727

2828
src = fetchFromGitHub {
2929
owner = "darrenldl";
3030
repo = "docfd";
3131
rev = version;
32-
hash = "sha256-890/3iBruaQtWwlcvwuz4ujp7+P+5y1/2Axx4Iuik8Q=";
32+
hash = "sha256-ZD1nKl/hfidlTGdBnNINt2EmlUmFWaJjSvY3wkyJJcg=";
3333
};
3434

3535
nativeBuildInputs = [
@@ -42,18 +42,22 @@ buildDunePackage' rec {
4242
cmdliner
4343
containers-data
4444
decompress
45+
diet
4546
digestif
4647
eio_main
4748
lwd
4849
nottui
4950
notty
51+
ocaml_sqlite3
5052
ocolor
5153
oseq
5254
ppx_deriving
5355
ppxlib
56+
progress
5457
re
5558
spelll
5659
timedesc
60+
uuseg
5761
yojson
5862
];
5963

0 commit comments

Comments
 (0)