Updating FPC and Lazarus - works OK with new glib

svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33367
This commit is contained in:
Michael Raskin
2012-03-23 05:55:13 +00:00
parent c4b9da5949
commit f5cc572d8b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3,12 +3,12 @@
let startFPC = import ./binary.nix { inherit stdenv fetchurl; }; in
stdenv.mkDerivation rec {
version = "2.4.4";
version = "2.6.0";
name = "fpc-${version}";
src = fetchurl {
url = "http://downloads.sourceforge.net/sourceforge/freepascal/Source/${version}/fpcbuild-${version}.tar.gz";
sha256 = "ecdbc150eecc33f5734e62f1a3507421db8eba6d9074c0c5519a8fc8ffe46924";
sha256 = "1vxy2y8pm0ribhpdhqlwwz696ncnz4rk2dafbn1mjgipm97qb26p";
};
buildInputs = [ startFPC gawk ];