Merge pull request #140106 from marsam/update-postgresql_14
postgresql_14: beta3 -> 14.0
This commit is contained in:
commit
17490e6947
1 changed files with 2 additions and 2 deletions
|
@ -244,9 +244,9 @@ in self: {
|
|||
};
|
||||
|
||||
postgresql_14 = self.callPackage generic {
|
||||
version = "14beta3";
|
||||
version = "14.0";
|
||||
psqlSchema = "14";
|
||||
sha256 = "1yjbc8q4hk9pvlfr3lwhk2zp4bavxqpil83ncl871nwk06c6b8if";
|
||||
sha256 = "08m14zcrcvc2i0xl10p0wgzycsmfmk27gny40a8mwdx74s8xfapf";
|
||||
this = self.postgresql_14;
|
||||
thisAttr = "postgresql_14";
|
||||
inherit self;
|
||||
|
|
Loading…
Reference in a new issue