postgresql_13: 13.12 -> 13.13

Changelog: https://www.postgresql.org/docs/release/13.13/
This commit is contained in:
Mario Rodas 2023-11-10 04:20:00 +00:00
parent 1abcce65a9
commit c7a1eb3332

View File

@ -385,9 +385,9 @@ let
};
postgresql_13 = self.callPackage generic {
version = "13.12";
version = "13.13";
psqlSchema = "13";
hash = "sha256-DaHtzuNRS3vHum268MAEmeisFZBmjoeJxQJTpiSfIYs=";
hash = "sha256-ivacJZkEeirSRlZ9aOxBMa7xFpVNjD5GnpeJCAs3pHQ=";
this = self.postgresql_13;
thisAttr = "postgresql_13";
inherit self;