Skip to content

Commit

Permalink
docfd: 7.0.0 -> 8.0.1 (#337919)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassulus authored Sep 1, 2024
2 parents 136b8b0 + e049c50 commit 6d973e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/by-name/do/docfd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ let
in
buildDunePackage' rec {
pname = "docfd";
version = "7.0.0";
version = "8.0.1";

minimalOCamlVersion = "5.1";

src = fetchFromGitHub {
owner = "darrenldl";
repo = "docfd";
rev = version;
hash = "sha256-R/UOA1rf9NnEQQWn/ToCZuUSC48DPqglrb+5ZjCdpb0=";
hash = "sha256-0VeUT9i3/eEA64XsrpUi3oXyrinEFSJWzsEXrsUly30=";
};

nativeBuildInputs = [
Expand All @@ -41,6 +41,7 @@ buildDunePackage' rec {
buildInputs = with ocamlPackages; [
cmdliner
containers-data
decompress
digestif
eio_main
lwd
Expand Down

0 comments on commit 6d973e4

Please sign in to comment.