postgresql_14: 14.3 -> 14.4 (#177903)

This commit is contained in:
timothy 2022-06-17 11:34:53 +07:00 committed by GitHub
parent 650410ef8b
commit c1136b341e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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