postgresql_11: 11.14 -> 11.15

https://www.postgresql.org/docs/release/11.15/
This commit is contained in:
Mario Rodas 2022-02-12 04:20:00 +00:00
parent fb3637ef1d
commit 726aad3796

View File

@ -212,9 +212,9 @@ in self: {
};
postgresql_11 = self.callPackage generic {
version = "11.14";
version = "11.15";
psqlSchema = "11.1"; # should be 11, but changing it is invasive
sha256 = "sha256-llx/S+lvtk+VgYUsWMTwXDgS1K2CPA8+K9/nd8Fi+Zk=";
sha256 = "sha256-yPWOjr1PRWf0+boQMus+meAlHYfL4+VktIVZDjeoeeM=";
this = self.postgresql_11;
thisAttr = "postgresql_11";
inherit self;