postgresql_12: 12.17 -> 12.18

Changelog: https://www.postgresql.org/docs/release/12.18/
This commit is contained in:
Mario Rodas 2024-02-08 04:20:00 +00:00
parent 4441de75cb
commit 625f00d753

View File

@ -366,9 +366,9 @@ let
mkPackages = self: {
postgresql_12 = self.callPackage generic {
version = "12.17";
version = "12.18";
psqlSchema = "12";
hash = "sha256-k+jhsjmB1fA8bFdj93soGEwc5NtxlPpGbi7bZdnBxfY=";
hash = "sha256-T5kZcl2UHOmGjgf+HtHTqGdIWZtIM4ZUdYOSi3TDkYo=";
this = self.postgresql_12;
thisAttr = "postgresql_12";
inherit self;