postgresql_15: 15.4 -> 15.5

Changelog: https://www.postgresql.org/docs/release/15.5/
This commit is contained in:
Mario Rodas 2023-11-10 04:20:00 +00:00
parent 381fc074de
commit b38f22b9ca

View File

@ -403,9 +403,9 @@ let
};
postgresql_15 = self.callPackage generic {
version = "15.4";
version = "15.5";
psqlSchema = "15";
hash = "sha256-uuxaS9xENzNmU7bLXZ7Ym+W9XAxYuU4L7O4KmZ5jyPk=";
hash = "sha256-j1OqldeOuOglNupGtoGHeTtCu6O09lqjQvVAsjybEKY=";
this = self.postgresql_15;
thisAttr = "postgresql_15";
inherit self;