mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
php: update from 5.4.34 to 5.4.35 (fixes CVE-2014-3710)
This commit is contained in:
parent
ca6015a5b4
commit
75738437a4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ in
|
|||
|
||||
composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in {
|
||||
|
||||
version = "5.4.34";
|
||||
version = "5.4.35";
|
||||
|
||||
name = "php-${version}";
|
||||
|
||||
|
|
Loading…
Reference in a new issue