postgresql_10: 10.17 -> 10.18

https://www.postgresql.org/docs/release/10.18/
(cherry picked from commit 4c5bf33b5d01bf3524cd96ddcbe6d40787f66de7)
This commit is contained in:
Mario Rodas 2021-09-01 04:20:00 +00:00
parent 297d8d1547
commit 44a33d44a6
1 changed files with 2 additions and 2 deletions

View File

@ -205,9 +205,9 @@ in self: {
};
postgresql_10 = self.callPackage generic {
version = "10.17";
version = "10.18";
psqlSchema = "10.0"; # should be 10, but changing it is invasive
sha256 = "0v5jahkqm6gkq67s4bac3h7297bscn2ab6y128idi73cc1qq1wjs";
sha256 = "009qpb02bq0rx0aaw5ck70gk07xwparhfxvlfimgihw2vhp7qisp";
this = self.postgresql_10;
thisAttr = "postgresql_10";
inherit self;