3
0
Fork 0
forked from mirrors/nixpkgs

postgresql_14: beta3 -> 14.0

https://www.postgresql.org/docs/release/14.0/
This commit is contained in:
Mario Rodas 2021-09-30 04:20:00 +00:00
parent b929b0084f
commit 76b1e16c66

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;