postgresql_11: 11.18 -> 11.19

https://www.postgresql.org/docs/release/11.19/
This commit is contained in:
ajs124 2023-02-09 19:22:48 +01:00
parent bcf5eb3363
commit 8aee83b4af

View File

@ -207,9 +207,9 @@ let
in self: {
postgresql_11 = self.callPackage generic {
version = "11.18";
version = "11.19";
psqlSchema = "11.1"; # should be 11, but changing it is invasive
hash = "sha256-0k8g78UukYrPvMoh6c6ijg4mO4RqDECPz6w7PEoPdQQ=";
hash = "sha256-ExCeK3HxE5QFwnIB2jczphrOcu4cIo2cnwMg4GruFMI=";
this = self.postgresql_11;
thisAttr = "postgresql_11";
inherit self;