why3: update from 0.85 to 0.86.1
This commit is contained in:
parent
13cc88f273
commit
28bfbb5562
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "why3-${version}";
|
name = "why3-${version}";
|
||||||
version = "0.85";
|
version = "0.86.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://gforge.inria.fr/frs/download.php/34074/why3-0.85.tar.gz";
|
url = https://gforge.inria.fr/frs/download.php/file/34797/why3-0.86.1.tar.gz;
|
||||||
sha256 = "0sj1pd50lqvnvyss1f8ysgigdi64s91rrpdrmp7crmcy1npa8apf";
|
sha256 = "129kzq79n8h480zrlphgh1ixvwp3wm18nbcky9bp4wdnr6zaibd7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with ocamlPackages;
|
buildInputs = with ocamlPackages;
|
||||||
[ coq coq.camlp5 ocaml findlib lablgtk ocamlgraph zarith ];
|
[ coq coq.camlp5 ocaml findlib lablgtk ocamlgraph zarith menhir ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A platform for deductive program verification";
|
description = "A platform for deductive program verification";
|
||||||
|
Loading…
Reference in New Issue
Block a user