3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #11326 from mayflower/update-php

php56: 5.6.15 -> 5.6.16
This commit is contained in:
Aristid Breitkreuz 2015-11-29 14:34:36 +01:00
commit 7b63ae115e

View file

@ -295,8 +295,8 @@ in {
};
php56 = generic {
version = "5.6.15";
sha256 = "0f0wplfnclr6ji6r2g5q0rdnp26xi7gxdq51dljrwx2b9mf6980i";
version = "5.6.16";
sha256 = "1bnjpj5vjj2sx80z3x452vhk7bfdl8hbli61byhapgy1ch4z9rjg";
};
php70 = lib.lowPrio (generic {