Skip to content

Commit

Permalink
ocamlPackages.mldoc: 1.5.6 -> 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam authored and vbgl committed Nov 17, 2023
1 parent 73ff960 commit 5354f24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/ocaml-modules/mldoc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let
in
buildDunePackage rec {
pname = "mldoc";
version = "1.5.6";
version = "1.5.8";

minimalOCamlVersion = "4.10";

Expand All @@ -38,8 +38,8 @@ buildDunePackage rec {
src = fetchFromGitHub {
owner = "logseq";
repo = "mldoc";
rev = "2a700b2e4797e47505f423fd47dc07372bd7b04e"; # version not tagged
hash = "sha256-OS06fb/Nz8grztFEVwWiqsQQt2PQjqcgQFxQuAEYC54=";
rev = "v${version}";
hash = "sha256-7uuNUFMSQEgakTKfpYixp43gnfpQSW++snBzgr0Ni0Y=";
};

buildInputs = [
Expand Down

0 comments on commit 5354f24

Please sign in to comment.