postgresql_12: 12.14 -> 12.15

https://www.postgresql.org/docs/release/12.15/
This commit is contained in:
ajs124 2023-05-11 16:44:43 +02:00
parent c56299151c
commit b201c295c7

View File

@ -299,9 +299,9 @@ let
};
postgresql_12 = self.callPackage generic {
version = "12.14";
version = "12.15";
psqlSchema = "12";
hash = "sha256-eFYQI304LIQtNW40cTjljAb/6uJA5swLUqxevMMNBD4=";
hash = "sha256-u1IG4oZMHEV5k4uW6mCW0VXyKr8tLMKqV1cePEyxKzY=";
this = self.postgresql_12;
thisAttr = "postgresql_12";
inherit self;