postgresql_9_5: 9.5.15 -> 9.5.16

See https://www.postgresql.org/about/news/1920/ for release information.

(cherry picked from commit 74c715e39c)
This commit is contained in:
Lancelot SIX
2019-02-25 15:42:10 +01:00
parent 811327035d
commit 460ee71a0e

View File

@@ -119,9 +119,9 @@ in {
};
postgresql95 = common {
version = "9.5.15";
version = "9.5.16";
psqlSchema = "9.5";
sha256 = "0i2lylgmsmy2g1ixlvl112fryp7jmrd0i2brk8sxb7vzzpg3znnv";
sha256 = "0cg10ri0475vg1c8k1sb5qi4i64hiv9k7crmg15qvvnwsjanqmx4";
};
postgresql96 = common {