Unverified Commit 9c1f15d8 authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.mopsa: 1.0 → 1.1

parent de1b2782
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
  ocaml,
  menhir,
  apron,
  arg-complete,
  camlidl,
  yojson,
  zarith,
@@ -18,15 +19,15 @@

buildDunePackage rec {
  pname = "mopsa";
  version = "1.0";
  version = "1.1";

  minimalOCamlVersion = "4.12";
  minimalOCamlVersion = "4.13";

  src = fetchFromGitLab {
    owner = "mopsa";
    repo = "mopsa-analyzer";
    rev = "v${version}";
    hash = "sha256-nGnWwV7g3SYgShbXGUMooyOdFwXFrQHnQvlc8x9TAS4=";
    tag = "v${version}";
    hash = "sha256-lO5dtGAl1dq8oJco/hPXrAbN05rKc62Zrci/8CLrQ0c=";
  };

  nativeBuildInputs = [
@@ -36,6 +37,7 @@ buildDunePackage rec {
  ];

  buildInputs = [
    arg-complete
    camlidl
    flint
    libclang