postgresql_14: 14.2 -> 14.3

https://www.postgresql.org/docs/release/14.3/
This commit is contained in:
Mario Rodas 2022-05-12 04:20:00 +00:00
parent 84e86fc9ee
commit 242c4aaf39

View file

@ -239,9 +239,9 @@ in self: {
};
postgresql_14 = self.callPackage generic {
version = "14.2";
version = "14.3";
psqlSchema = "14";
sha256 = "sha256-LPeLLkaJEvgQHWldtTQM8xPC6faKYS+3FCdSToyal3o=";
sha256 = "sha256-J5BXNov1mpGcBa2o+VxeBKu0PnS5oqacPUaiDgeprzg=";
this = self.postgresql_14;
thisAttr = "postgresql_14";
inherit self;