Skip to content

Commit a61d9d3

Browse files
committed
1 parent e35cc4a commit a61d9d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/servers/sql/postgresql/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,9 @@ let
337337
};
338338

339339
postgresql_14 = self.callPackage generic {
340-
version = "14.8";
340+
version = "14.9";
341341
psqlSchema = "14";
342-
hash = "sha256-OdOPADBzftA4Nd6+7+47N9M1RizkmV4kl7w41iHr5Fo=";
342+
hash = "sha256-sf47qbGn86ljfdFlbf2tKIkBYHP9TTXxO1AUPLu2qO8=";
343343
this = self.postgresql_14;
344344
thisAttr = "postgresql_14";
345345
inherit self;

0 commit comments

Comments
 (0)