postgresql_11: 11.7 -> 11.8

Release notes: https://www.postgresql.org/docs/11/release-11-8.html
This commit is contained in:
Mario Rodas 2020-05-15 04:23:00 -05:00
parent 35d2d4d223
commit 070c330f9b
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.7";
version = "11.8";
psqlSchema = "11.1"; # should be 11, but changing it is invasive
sha256 = "04x343i4v0w4jf1v5ial8rwsizs1qhdjfbanbnibdys6i0xfjjij";
sha256 = "1qksqyayxmnccmbapg3ajsw9pjgqva0inxjhx64rqd6ckhrg9wpa";
this = self.postgresql_11;
inherit self;
};