postgresql_11: 11.13 -> 11.14

https://www.postgresql.org/docs/release/11.14/
This commit is contained in:
Mario Rodas 2021-11-18 04:20:00 +00:00
parent 1d35ef9ee0
commit b701405be7

View File

@ -220,9 +220,9 @@ in self: {
};
postgresql_11 = self.callPackage generic {
version = "11.13";
version = "11.14";
psqlSchema = "11.1"; # should be 11, but changing it is invasive
sha256 = "0j5wnscnxa3sx8d39s55654df8aikmvkihfb0a02hrgmyygnihx0";
sha256 = "sha256-llx/S+lvtk+VgYUsWMTwXDgS1K2CPA8+K9/nd8Fi+Zk=";
this = self.postgresql_11;
thisAttr = "postgresql_11";
inherit self;