postgresql_10: 10.10 -> 10.11

Release notes: https://www.postgresql.org/docs/10/release-10-11.html
This commit is contained in:
Mario Rodas 2019-11-14 20:02:00 -05:00
parent 3b16df6b14
commit 4e80093ca1
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -196,9 +196,9 @@ in self: {
};
postgresql_10 = self.callPackage generic {
version = "10.10";
version = "10.11";
psqlSchema = "10.0"; # should be 10, but changing it is invasive
sha256 = "0lzj46dwd9cw94gnqm36bxd7jlhfdyqjrfzr3c4xd3prfn2rnkxd";
sha256 = "02fcmvbh0mhplj3s2jd24s642ysx7bggnf0h8bs5amh7dgzi8p8d";
this = self.postgresql_10;
inherit self;
};