postgresql_9_6: 9.6.23 -> 9.6.24

https://www.postgresql.org/docs/release/9.6.24/
This commit is contained in:
Mario Rodas 2021-11-18 04:20:00 +00:00
parent f57a2a6cf1
commit 7f523aa88a

View File

@ -201,9 +201,9 @@ let
in self: {
postgresql_9_6 = self.callPackage generic {
version = "9.6.23";
version = "9.6.24";
psqlSchema = "9.6";
sha256 = "1fa735lrmv2vrfiixg73nh024gxlagcbrssklvgwdf0s82cgfjd8";
sha256 = "sha256-rrehlr4+vtGnR271ZfOXIhh8EI3UfadIm+nE/K6YKs4=";
this = self.postgresql_9_6;
thisAttr = "postgresql_9_6";
inherit self;