postgresql_9_6: 9.6.17 -> 9.6.18

Release notes: https://www.postgresql.org/docs/9.6/release-9-6-18.html
This commit is contained in:
Mario Rodas 2020-05-15 04:21:00 -05:00
parent 3ea0c17200
commit 6851378614
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -190,9 +190,9 @@ in self: {
};
postgresql_9_6 = self.callPackage generic {
version = "9.6.17";
version = "9.6.18";
psqlSchema = "9.6";
sha256 = "1hm0w6n988n9qn2wylhjq02i5ayzb16rzhgkcv09fpsl68ny7qgn";
sha256 = "16crr2a1sl97aiacqzd0bk56yl1abq6blc0c6qpx5rl5ny1c4zji";
this = self.postgresql_9_6;
inherit self;
};