gktspell: version bump to 2.0.16 because the old one has disappeared

This commit is contained in:
Evgeny Egorochkin
2013-07-14 03:09:34 +03:00
parent 5ae43d2494
commit d0b4c8bfaa
10 changed files with 13 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
name = "fpc-${version}";
src = fetchurl {
url = "http://downloads.sourceforge.net/sourceforge/freepascal/Source/${version}/fpcbuild-${version}.tar.gz";
url = "mirror://sourceforge/freepascal/fpcbuild-${version}.tar.gz";
sha256 = "1vxy2y8pm0ribhpdhqlwwz696ncnz4rk2dafbn1mjgipm97qb26p";
};