Skip to content

Commit

Permalink
Merge pull request NixOS#320969 from r-ryantm/auto-update/docfd
Browse files Browse the repository at this point in the history
docfd: 6.0.1 -> 7.0.0
  • Loading branch information
Aleksanaa committed Jun 19, 2024
2 parents c217dc9 + 8215304 commit 6a8cbf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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 = "6.0.1";
version = "7.0.0";

minimalOCamlVersion = "5.1";

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

nativeBuildInputs = [
Expand Down

0 comments on commit 6a8cbf2

Please sign in to comment.