postgresql_14: 14.9 -> 14.10

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

View File

@ -394,9 +394,9 @@ let
};
postgresql_14 = self.callPackage generic {
version = "14.9";
version = "14.10";
psqlSchema = "14";
hash = "sha256-sf47qbGn86ljfdFlbf2tKIkBYHP9TTXxO1AUPLu2qO8=";
hash = "sha256-yZQxxI6dRwsNCrlG6yFBo80ZEwwvtNxLMoSnd07Mg5k=";
this = self.postgresql_14;
thisAttr = "postgresql_14";
inherit self;