postgresql_12: 12.10 -> 12.11

https://www.postgresql.org/docs/release/12.11/
This commit is contained in:
Mario Rodas 2022-05-12 04:20:00 +00:00
parent 74707e7b12
commit 9d599ca124

View file

@ -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;