about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-03-09 11:36:26 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-03-09 11:36:40 +0100
commit7f90cc40b4b62e9495a77121dc96278501afd79b (patch)
tree0feb87379b9c129904b67ad3b26b3834d6cfed3d /pkgs/development/interpreters
parente02d926ca92a261b46e12907c4172c0665a707f7 (diff)
downloadnixlib-7f90cc40b4b62e9495a77121dc96278501afd79b.tar
nixlib-7f90cc40b4b62e9495a77121dc96278501afd79b.tar.gz
nixlib-7f90cc40b4b62e9495a77121dc96278501afd79b.tar.bz2
nixlib-7f90cc40b4b62e9495a77121dc96278501afd79b.tar.lz
nixlib-7f90cc40b4b62e9495a77121dc96278501afd79b.tar.xz
nixlib-7f90cc40b4b62e9495a77121dc96278501afd79b.tar.zst
nixlib-7f90cc40b4b62e9495a77121dc96278501afd79b.zip
php: Update to 5.4.38
Diffstat (limited to 'pkgs/development/interpreters')
-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 4c8b80c29bd9..dab983a13494 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.37";
+  version = "5.4.38";
 
   name = "php-${version}";
 
@@ -253,7 +253,7 @@ composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed)
 
   src = fetchurl {
     url = "http://www.php.net/distributions/php-${version}.tar.bz2";
-    sha256 = "1bd8yciy13v3aw4aiw57zpf8kgxpm6rcv73grp1yj2pbbrkzcyw5";
+    sha256 = "121ybn55c9f65r1mwiy4yks67bb6m5m5zwwx9y0vpjddryq7vwxb";
   };
 
   meta = {