3
0
Fork 0
forked from mirrors/nixpkgs

php: 5.5.35 -> 5.5.36, 7.0.6 -> 7.0.7 (security)

See:

  * https://secure.php.net/ChangeLog-5.php#5.5.36
  * https://secure.php.net/ChangeLog-7.php#7.0.7
This commit is contained in:
Franz Pletz 2016-05-26 18:21:44 +02:00
parent 28395e85da
commit 93c010ddad

View file

@ -292,8 +292,8 @@ let
in {
php55 = generic {
version = "5.5.35";
sha256 = "1msqh8ii0qwzzcwlwn8f493x2r3hy2djzrrwd5jgs87893b8sr1d";
version = "5.5.36";
sha256 = "1fvipg3p8m61kym2ir589vi1l6zm0r95rd97z5s6sq6ylgxfv114";
};
php56 = generic {
@ -302,8 +302,8 @@ in {
};
php70 = generic {
version = "7.0.6";
sha256 = "1dr9cglqvw3n1ln1fmkmp16lmwz2dd2n2akl3s68ap4nm69g3p8l";
version = "7.0.7";
sha256 = "06ixiaqqndvancqy5xmnzpscd77z2ixv3yrsdq0r8avqqhjjjks7";
};
}