mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Update Isabelle
svn path=/nixpkgs/trunk/; revision=24950
This commit is contained in:
parent
c1e384b3eb
commit
b89881d098
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
let
|
||||
pname = "Isabelle";
|
||||
version = "2009-1";
|
||||
version = "2009-2";
|
||||
name = "${pname}${version}";
|
||||
theories = ["HOL" "FOL" "ZF"];
|
||||
in
|
||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
|||
|
||||
src = fetchurl {
|
||||
url = "http://www.cl.cam.ac.uk/research/hvg/${pname}/dist/${name}.tar.gz";
|
||||
sha256 = "43ad7794e8b4214b3ace49fc136a69ed6cc65ead02831ae6071f846ecbe56f68";
|
||||
sha256 = "f92a275b78bd8844de47a5902e339b58f3b768c07a7fb19d8e606b68499d5ac4";
|
||||
};
|
||||
|
||||
buildInputs = [ perl polyml nettools ];
|
||||
|
|
Loading…
Reference in a new issue