postgresql_14: 14.0 -> 14.1

https://www.postgresql.org/docs/release/14.1/
This commit is contained in:
Mario Rodas 2021-11-18 04:20:00 +00:00
parent 67abda7877
commit 85852b941d

View file

@ -247,9 +247,9 @@ in self: {
};
postgresql_14 = self.callPackage generic {
version = "14.0";
version = "14.1";
psqlSchema = "14";
sha256 = "08m14zcrcvc2i0xl10p0wgzycsmfmk27gny40a8mwdx74s8xfapf";
sha256 = "sha256-TTwQHqeuOJgvBr3HN1i1Nyf7ZALs2TggBvpezHwspB8=";
this = self.postgresql_14;
thisAttr = "postgresql_14";
inherit self;