postgresql_14: 14.1 -> 14.2
https://www.postgresql.org/docs/release/14.2/
This commit is contained in:
parent
42722790c8
commit
4cc1cb3646
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue