summary refs log tree commit diff
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2014-06-22 00:45:41 -0500
committerAustin Seipp <aseipp@pobox.com>2014-06-22 00:46:58 -0500
commitfc4adcd7af62503e1a6735af2087913786ff4174 (patch)
tree9487ee5a4fb95ea6be0cae717199e24b6ce4cb86
parent6cfa38ce7d5bae41e32f50c82efafa98c3ba34f4 (diff)
downloadnixlib-fc4adcd7af62503e1a6735af2087913786ff4174.tar
nixlib-fc4adcd7af62503e1a6735af2087913786ff4174.tar.gz
nixlib-fc4adcd7af62503e1a6735af2087913786ff4174.tar.bz2
nixlib-fc4adcd7af62503e1a6735af2087913786ff4174.tar.lz
nixlib-fc4adcd7af62503e1a6735af2087913786ff4174.tar.xz
nixlib-fc4adcd7af62503e1a6735af2087913786ff4174.tar.zst
nixlib-fc4adcd7af62503e1a6735af2087913786ff4174.zip
php: 5.4.27 -> 5.4.29
Signed-off-by: Austin Seipp <aseipp@pobox.com>
-rw-r--r--pkgs/development/interpreters/php/5.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/php/5.4.nix b/pkgs/development/interpreters/php/5.4.nix
index ed7c0a2b82ec..4b25224b85a8 100644
--- a/pkgs/development/interpreters/php/5.4.nix
+++ b/pkgs/development/interpreters/php/5.4.nix
@@ -9,7 +9,7 @@ in
 
 composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in {
 
-  version = "5.4.27";
+  version = "5.4.29";
 
   name = "php-${version}";
 
@@ -246,7 +246,7 @@ composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed)
       "http://nl1.php.net/get/php-${version}.tar.bz2/from/this/mirror"
       "http://se1.php.net/get/php-${version}.tar.bz2/from/this/mirror"
     ];
-    md5 = "1c6e99187d25023411b663ea09f145ee";
+    sha256 = "19z2n6h1fvj30n6hl2mwhw2f4i1vwhbj3j7abq3gc16gcfh3rkk2";
     name = "php-${version}.tar.bz2";
   };