postgresql_14: 14.1 -> 14.2

https://www.postgresql.org/docs/release/14.2/
This commit is contained in:
Mario Rodas 2022-02-12 04:20:00 +00:00
parent 42722790c8
commit 4cc1cb3646

View file

@ -239,9 +239,9 @@ in self: {
};
postgresql_14 = self.callPackage generic {
version = "14.1";
version = "14.2";
psqlSchema = "14";
sha256 = "sha256-TTwQHqeuOJgvBr3HN1i1Nyf7ZALs2TggBvpezHwspB8=";
sha256 = "sha256-LPeLLkaJEvgQHWldtTQM8xPC6faKYS+3FCdSToyal3o=";
this = self.postgresql_14;
thisAttr = "postgresql_14";
inherit self;