postgresql_14: 14.3 -> 14.4 (#177903)

authored by timothy and committed by GitHub c1136b34 650410ef

+2 -2
+2 -2
pkgs/servers/sql/postgresql/default.nix
··· 239 239 }; 240 240 241 241 postgresql_14 = self.callPackage generic { 242 - version = "14.3"; 242 + version = "14.4"; 243 243 psqlSchema = "14"; 244 - sha256 = "sha256-J5BXNov1mpGcBa2o+VxeBKu0PnS5oqacPUaiDgeprzg="; 244 + sha256 = "sha256-wjtiN8UjHHkVEb3HkJhhfWhS6eO982Dv2LXRWho9j2o="; 245 245 this = self.postgresql_14; 246 246 thisAttr = "postgresql_14"; 247 247 inherit self;