ocamlPackages.mldoc: 1.5.6 -> 1.5.8

Diff: 2a700b2e47...v1.5.8
This commit is contained in:
Mario Rodas 2023-11-15 04:20:00 +00:00 committed by Vincent Laporte
parent 73ff960eb3
commit 5354f24b3c

View file

@ -29,7 +29,7 @@ let
in
buildDunePackage rec {
pname = "mldoc";
version = "1.5.6";
version = "1.5.8";
minimalOCamlVersion = "4.10";
@ -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 = [