Commit 5354f24b authored by Mario Rodas's avatar Mario Rodas Committed by Vincent Laporte
Browse files
parent 73ff960e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = [