Commit 5916963a authored by Mario Rodas's avatar Mario Rodas
Browse files
parent c1506299
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildDunePackage rec {
  pname = "otoml";
  version = "1.0.2";
  version = "1.0.4";

  minimalOCamlVersion = "4.08";

@@ -16,7 +16,7 @@ buildDunePackage rec {
    owner = "dmbaturin";
    repo = pname;
    rev = version;
    sha256 = "sha256-Xd3fHBN1f+tvgRFCxD/Gz8/lIvezknz7Zy3EtdqoTEM=";
    sha256 = "sha256-3bgeiwa0elisxZaWpwLqoKmeyTBKMW1IWdm6YdSIhSw=";
  };

  nativeBuildInputs = [ menhir ];