postgresql_11: 11.20 -> 11.21

https://www.postgresql.org/docs/release/11.21/
This commit is contained in:
ajs124
2023-08-10 23:19:35 -05:00
committed by Austin Seipp
parent 61fea50ac4
commit b606993d67
+4 -2
View File
@@ -307,10 +307,12 @@ let
};
mkPackages = self: {
# TODO: remove ahead of 23.11 branchoff
# "PostgreSQL 11 will stop receiving fixes on November 9, 2023"
postgresql_11 = self.callPackage generic {
version = "11.20";
version = "11.21";
psqlSchema = "11.1"; # should be 11, but changing it is invasive
hash = "sha256-PXyIgvZKfphTSgRCV9/uerrXelt9oSUI2F1yK5i1rM4=";
hash = "sha256-B7CDdHHV3XeyUWazRxjzuhCBa2rWHmkeb8VHzz/P+FA=";
this = self.postgresql_11;
thisAttr = "postgresql_11";
inherit self;