about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-12-15 21:18:27 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-12-15 21:18:27 +0000
commitb83fc581e2f2c4d653eff4ccd824a57f80a43558 (patch)
treeb08238ca2e9bf971bfb11aee7813470be4981431 /pkgs
parentafde8e6270b8dca793d1f541224013a8e3bcd687 (diff)
downloadnixlib-b83fc581e2f2c4d653eff4ccd824a57f80a43558.tar
nixlib-b83fc581e2f2c4d653eff4ccd824a57f80a43558.tar.gz
nixlib-b83fc581e2f2c4d653eff4ccd824a57f80a43558.tar.bz2
nixlib-b83fc581e2f2c4d653eff4ccd824a57f80a43558.tar.lz
nixlib-b83fc581e2f2c4d653eff4ccd824a57f80a43558.tar.xz
nixlib-b83fc581e2f2c4d653eff4ccd824a57f80a43558.tar.zst
nixlib-b83fc581e2f2c4d653eff4ccd824a57f80a43558.zip
* PHP 5.2.0.
svn path=/nixpkgs/trunk/; revision=7349
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/interpreters/php/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/interpreters/php/default.nix b/pkgs/development/interpreters/php/default.nix
index 9d55c88b3ed6..625628fdfbae 100644
--- a/pkgs/development/interpreters/php/default.nix
+++ b/pkgs/development/interpreters/php/default.nix
@@ -3,10 +3,10 @@
 assert libxml2 != null;
 
 stdenv.mkDerivation {
-  name = "php-5.0.4";
+  name = "php-5.2.0";
   src = fetchurl {
-    url = http://nix.cs.uu.nl/dist/tarballs/php-5.0.4.tar.bz2;
-    md5 = "fb1aac107870f897d26563a9cc5053c0";
+    url = http://nl2.php.net/distributions/php-5.2.0.tar.bz2;
+    md5 = "e6029fafcee029edcfa2ceed7a005333";
   };
   
   inherit flex bison libxml2 apacheHttpd;