Skip to content

Commit 8aee83b

Browse files
committed
1 parent bcf5eb3 commit 8aee83b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/servers/sql/postgresql/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ let
207207
in self: {
208208

209209
postgresql_11 = self.callPackage generic {
210-
version = "11.18";
210+
version = "11.19";
211211
psqlSchema = "11.1"; # should be 11, but changing it is invasive
212-
hash = "sha256-0k8g78UukYrPvMoh6c6ijg4mO4RqDECPz6w7PEoPdQQ=";
212+
hash = "sha256-ExCeK3HxE5QFwnIB2jczphrOcu4cIo2cnwMg4GruFMI=";
213213
this = self.postgresql_11;
214214
thisAttr = "postgresql_11";
215215
inherit self;

0 commit comments

Comments
 (0)