Author: viric
Date: Sun Oct 31 19:26:39 2010
New Revision: 24552
URL: https://svn.nixos.org/websvn/nix/?rev=24552&sc=1

Log:
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.

Modified:
   nixpkgs/trunk/pkgs/development/interpreters/php/default.nix

Modified: nixpkgs/trunk/pkgs/development/interpreters/php/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/interpreters/php/default.nix Sun Oct 31 
19:25:51 2010        (r24551)
+++ nixpkgs/trunk/pkgs/development/interpreters/php/default.nix Sun Oct 31 
19:26:39 2010        (r24552)
@@ -8,7 +8,7 @@
 
 composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in {
 
-  version = "5.2.13";
+  version = "5.3.3";
 
   name = "php_configurable-${version}";
 
@@ -153,7 +153,7 @@
 
   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";
   };
 
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to