abella: 2.0.5 -> 2.0.6
This commit is contained in:
parent
6004e5dda3
commit
f7367cbf1c
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "abella-${version}";
|
name = "abella-${version}";
|
||||||
version = "2.0.5";
|
version = "2.0.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://abella-prover.org/distributions/${name}.tar.gz";
|
url = "http://abella-prover.org/distributions/${name}.tar.gz";
|
||||||
sha256 = "0bry4pj6p9y7sg79ygdksynml4rdsjhqi959vnnwwsbaysa3bci0";
|
sha256 = "164q9gngckg6q69k13lwx2pq3cnc9ckw1qi8dnpxqfjgwfqr7xyi";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ rsync ] ++ (with ocamlPackages; [ ocaml ocamlbuild findlib ]);
|
buildInputs = [ rsync ] ++ (with ocamlPackages; [ ocaml ocamlbuild findlib ]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user