Merge #45146 into staging: postgresql security updates

This commit is contained in:
Vladimír Čunát 2018-08-18 08:56:21 +02:00
commit c13bbda5b3
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -97,33 +97,33 @@ let
in { in {
postgresql93 = common { postgresql93 = common {
version = "9.3.23"; version = "9.3.24";
psqlSchema = "9.3"; psqlSchema = "9.3";
sha256 = "1jzncs7b6zrcgpnqjbjcc4y8303a96zqi3h31d3ix1g3vh31160x"; sha256 = "1a8dnv16n2rxnbwhqw7c0kjpj3xqvkpwk50kvimj4d917cxaf542";
}; };
postgresql94 = common { postgresql94 = common {
version = "9.4.18"; version = "9.4.19";
psqlSchema = "9.4"; psqlSchema = "9.4";
sha256 = "1h64yjyrlz3ppsp9k6sm4jihg6n9i7mqhkx4p0hymqzmnbr3g0s2"; sha256 = "12qn9h47rkn4k41gdbxkkvg0pff43k1113jmhc83f19adc1nnxq3";
}; };
postgresql95 = common { postgresql95 = common {
version = "9.5.13"; version = "9.5.14";
psqlSchema = "9.5"; psqlSchema = "9.5";
sha256 = "1vm55q9apja6lg672m9xl1zq3iwv2zwnn0d0qr003zan1dmbh22l"; sha256 = "0k8s62h6qd9p3xlx315j5irniskqsnx1nz4ir5r1yhqp07mdab1y";
}; };
postgresql96 = common { postgresql96 = common {
version = "9.6.9"; version = "9.6.10";
psqlSchema = "9.6"; psqlSchema = "9.6";
sha256 = "0biy8j69dbvdmrag55pdszpc0702agzqhhcwdx21xp02mzim4ydr"; sha256 = "09l4zqs74fqnazdsyln9x657mq3wsbgng9wpvq71yh26cv2sq5c6";
}; };
postgresql100 = common { postgresql100 = common {
version = "10.4"; version = "10.5";
psqlSchema = "10.0"; psqlSchema = "10.0";
sha256 = "0j000bcs9w8wrllg8m7j1lxsd3n2x0yzkack5p35cmxx20iq2q0v"; sha256 = "04a07jkvc5s6zgh6jr78149kcjmsxclizsqabjw44ld4j5n633kc";
}; };
} }