about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-04-29 16:07:36 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-04-29 16:07:36 +0200
commit552ea209d0862e4fd5e28573cfa0e1512f78d747 (patch)
tree5719d37859475d50aa86c3be1101de68d4fcbc8e /pkgs
parent8842cce8640d5858970a2c8605470404b4a1a0b2 (diff)
downloadnixlib-552ea209d0862e4fd5e28573cfa0e1512f78d747.tar
nixlib-552ea209d0862e4fd5e28573cfa0e1512f78d747.tar.gz
nixlib-552ea209d0862e4fd5e28573cfa0e1512f78d747.tar.bz2
nixlib-552ea209d0862e4fd5e28573cfa0e1512f78d747.tar.lz
nixlib-552ea209d0862e4fd5e28573cfa0e1512f78d747.tar.xz
nixlib-552ea209d0862e4fd5e28573cfa0e1512f78d747.tar.zst
nixlib-552ea209d0862e4fd5e28573cfa0e1512f78d747.zip
php: Update to 5.4.40
Diffstat (limited to 'pkgs')
-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 02137e5823ef..c94199b7ab13 100644
--- a/pkgs/development/interpreters/php/5.4.nix
+++ b/pkgs/development/interpreters/php/5.4.nix
@@ -1,6 +1,6 @@
 { callPackage, apacheHttpd }:
 callPackage ./makePhpDerivation.nix {
-  phpVersion = "5.4.39";
-  sha = "0znpd6pgri5vah4j4wwamhqc60awila43bhh699p973hir9pdsvw";
+  phpVersion = "5.4.40";
+  sha = "06m5b3hw5kgwvnarhiylymadj504xalpczagr662vjrwmklgz628";
   apacheHttpd = apacheHttpd;
 }