postgresql_12: 12.10 -> 12.11
https://www.postgresql.org/docs/release/12.11/
This commit is contained in:
parent
74707e7b12
commit
9d599ca124
1 changed files with 2 additions and 2 deletions
|
@ -221,9 +221,9 @@ in self: {
|
|||
};
|
||||
|
||||
postgresql_12 = self.callPackage generic {
|
||||
version = "12.10";
|
||||
version = "12.11";
|
||||
psqlSchema = "12";
|
||||
sha256 = "sha256-g90ZLmA0lRGSuahtwZzzcXqLghIOLxGgo2cjyCDSslc=";
|
||||
sha256 = "sha256-ECYkil/Svur0PkxyNqyBflbVi2gaM1hWRl37x1s+gwI=";
|
||||
this = self.postgresql_12;
|
||||
thisAttr = "postgresql_12";
|
||||
inherit self;
|
||||
|
|
Loading…
Reference in a new issue