Skip to content

Commit

Permalink
alt-ergo: 0.99.1 -> 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Jan 21, 2017
1 parent 068dad3 commit 86b74fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/science/logic/alt-ergo/default.nix
Expand Up @@ -2,16 +2,16 @@

stdenv.mkDerivation rec {
name = "alt-ergo-${version}";
version = "0.99.1";
version = "1.30";

src = fetchurl {
url = "http://alt-ergo.ocamlpro.com/download_manager.php?target=${name}.tar.gz";
name = "${name}.tar.gz";
sha256 = "0lnlf56ysisa45dxvbwzhl4fgyxyfz35psals2kv9x8gyq54zwpm";
sha256 = "025pacb4ax864fn5x8k78mw6hiig4jcazblj18gzxspg4f1l5n1g";
};

buildInputs = with ocamlPackages;
[ ocaml findlib ocamlgraph zarith lablgtk ];
[ ocaml findlib camlzip ocamlgraph zarith lablgtk ocplib-simplex ];

meta = {
description = "High-performance theorem prover and SMT solver";
Expand Down
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -16980,7 +16980,9 @@ in

abella = callPackage ../applications/science/logic/abella {};

alt-ergo = callPackage ../applications/science/logic/alt-ergo {};
alt-ergo = callPackage ../applications/science/logic/alt-ergo {
ocamlPackages = ocamlPackages_4_02;
};

aspino = callPackage ../applications/science/logic/aspino {};

Expand Down

0 comments on commit 86b74fb

Please sign in to comment.