From a608761679df2b291dac0d8754d1fd6a94498205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 31 Oct 2010 19:26:39 +0000 Subject: [PATCH] Updating php from 5.2.13 to 5.3.3. I go from a tarball not available anymore at the URL of the nix expression, to a new version that may have little incompatibilities with 5.2 syntax. Let's see if there are complains from php users. svn path=/nixpkgs/trunk/; revision=24552 --- pkgs/development/interpreters/php/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/php/default.nix b/pkgs/development/interpreters/php/default.nix index 422d6ceba87..3f3efa78275 100644 --- a/pkgs/development/interpreters/php/default.nix +++ b/pkgs/development/interpreters/php/default.nix @@ -8,7 +8,7 @@ in composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in { - version = "5.2.13"; + version = "5.3.3"; name = "php_configurable-${version}"; @@ -153,7 +153,7 @@ composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in { src = args.fetchurl { url = "http://nl.php.net/get/php-${version}.tar.bz2/from/this/mirror"; - sha256 = "1nzaqwsxah7hc59931dk81n2fxyqaaa3yqyisj6akf9vbr9s4l1b"; + sha256 = "16iz1cprpjw60nf6n5z6isdziyzj56i3r8161si58j65yd86g1zj"; name = "php-${version}.tar.bz2"; };