isabelle: Version 2014 building on Linux and Darwin

This commit is contained in:
John Wiegley
2014-09-30 23:11:26 -05:00
parent 272c44f1a5
commit 10e215a3ae
3 changed files with 11 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{stdenv, fetchurl}:
let
version = "5.5.1";
version = "5.5.2";
in
stdenv.mkDerivation {
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "mirror://sourceforge/polyml/polyml.${version}.tar.gz";
sha256 = "16i0ir5mydl7381aijihkll19khp3z8dq0g2ja6k0pcbpkd0k06g";
sha256 = "10m680qdad6bd50bav9xjsgmsxw8yxg55vr7grbg0gvykzl2pzbk";
};
meta = {