postgresql_13: 13.11 -> 13.12

https://www.postgresql.org/docs/release/13.12/
This commit is contained in:
ajs124 2023-08-10 16:52:51 +02:00 committed by Austin Seipp
parent 363048444b
commit f256648786

View File

@ -328,9 +328,9 @@ let
}; };
postgresql_13 = self.callPackage generic { postgresql_13 = self.callPackage generic {
version = "13.11"; version = "13.12";
psqlSchema = "13"; psqlSchema = "13";
hash = "sha256-SZL/ZHIDVmtnDU5U3FMXSZomhWyTV20OqVG99r7lC/s="; hash = "sha256-DaHtzuNRS3vHum268MAEmeisFZBmjoeJxQJTpiSfIYs=";
this = self.postgresql_13; this = self.postgresql_13;
thisAttr = "postgresql_13"; thisAttr = "postgresql_13";
inherit self; inherit self;