postgresql_9_6: 9.6.23 -> 9.6.24
https://www.postgresql.org/docs/release/9.6.24/
This commit is contained in:
parent
f57a2a6cf1
commit
7f523aa88a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue