Merge pull request #140106 from marsam/update-postgresql_14

postgresql_14: beta3 -> 14.0
This commit is contained in:
Mario Rodas 2021-09-30 22:03:01 -05:00 committed by GitHub
commit 17490e6947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;