postgresql_9_6: 9.6.22 -> 9.6.23

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

View File

@ -196,9 +196,9 @@ let
in self: {
postgresql_9_6 = self.callPackage generic {
version = "9.6.22";
version = "9.6.23";
psqlSchema = "9.6";
sha256 = "0c19kzrj5ib5ygmavf5d6qvxdwrxzzz6jz1r2dl5b815208cscix";
sha256 = "1fa735lrmv2vrfiixg73nh024gxlagcbrssklvgwdf0s82cgfjd8";
this = self.postgresql_9_6;
thisAttr = "postgresql_9_6";
inherit self;