postgresql_11: 11.8 -> 11.9

Release notes: https://www.postgresql.org/docs/11/release-11-9.html
This commit is contained in:
Mario Rodas 2020-08-13 20:03:00 -05:00
parent fce82f49f1
commit d242f33afb
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -206,9 +206,9 @@ in self: {
};
postgresql_11 = self.callPackage generic {
version = "11.8";
version = "11.9";
psqlSchema = "11.1"; # should be 11, but changing it is invasive
sha256 = "1qksqyayxmnccmbapg3ajsw9pjgqva0inxjhx64rqd6ckhrg9wpa";
sha256 = "0db6pfphc5rp12abnkvv2l9pbl7bdyf3hhiwj8ghjwh35skqlq9m";
this = self.postgresql_11;
inherit self;
};