3
0
Fork 0
forked from mirrors/nixpkgs

postgresql_9_6: 9.6.15 -> 9.6.16

Release notes: https://www.postgresql.org/docs/9.6/release-9-6-16.html
This commit is contained in:
Mario Rodas 2019-11-14 20:01:00 -05:00
parent 5a9ba33b70
commit 3b16df6b14
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

@ -188,9 +188,9 @@ in self: {
};
postgresql_9_6 = self.callPackage generic {
version = "9.6.15";
version = "9.6.16";
psqlSchema = "9.6";
sha256 = "02hp69h2p02asfblkaahblzdz2zmawd2r11h6237y5j7yadgxn9w";
sha256 = "1rr2dgv4ams8r2lp13w85c77rkmzpb88fjlc28mvlw6zq2fblv2w";
this = self.postgresql_9_6;
inherit self;
};