postgresql_15: 15.1 -> 15.2

https://www.postgresql.org/docs/release/15.2/
This commit is contained in:
ajs124 2023-02-09 19:24:02 +01:00
parent 894c6a5756
commit 940b7d4ee1

View File

@ -243,9 +243,9 @@ in self: {
};
postgresql_15 = self.callPackage generic {
version = "15.1";
version = "15.2";
psqlSchema = "15";
hash = "sha256-ZP3yPXNK+tDf5Ad9rKlqxR3NaX5ori09TKbEXLFOIa4=";
hash = "sha256-maIXH8PWtbX1a3V6ejy4XVCaOOQnOAXe8jlB7SuEaMc=";
this = self.postgresql_15;
thisAttr = "postgresql_15";
inherit self;