Skip to content

Commit 0304c27

Browse files
committed
1 parent 8aee83b commit 0304c27

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
@@ -216,9 +216,9 @@ in self: {
216216
};
217217

218218
postgresql_12 = self.callPackage generic {
219-
version = "12.13";
219+
version = "12.14";
220220
psqlSchema = "12";
221-
hash = "sha256-tsYjBGr0VI8RqEtAeTTWddEe0HDHk9FbBGg79fMi4C0=";
221+
hash = "sha256-eFYQI304LIQtNW40cTjljAb/6uJA5swLUqxevMMNBD4=";
222222
this = self.postgresql_12;
223223
thisAttr = "postgresql_12";
224224
inherit self;

0 commit comments

Comments
 (0)