postgresql_12: 12.16 -> 12.17

Changelog: https://www.postgresql.org/docs/release/12.17/
This commit is contained in:
Mario Rodas 2023-11-10 04:20:00 +00:00
parent 8a770420d4
commit 1abcce65a9

View File

@ -376,9 +376,9 @@ let
mkPackages = self: {
postgresql_12 = self.callPackage generic {
version = "12.16";
version = "12.17";
psqlSchema = "12";
hash = "sha256-xfH/96D5Ph7DdGQXsFlCkOzmF7SZXtlbjVJ68LoOOPM=";
hash = "sha256-k+jhsjmB1fA8bFdj93soGEwc5NtxlPpGbi7bZdnBxfY=";
this = self.postgresql_12;
thisAttr = "postgresql_12";
inherit self;