postgresql_10: 10.19 -> 10.20

https://www.postgresql.org/docs/release/10.20/
This commit is contained in:
Mario Rodas 2022-02-12 04:20:00 +00:00
parent 9cd7183610
commit fb3637ef1d

View File

@ -202,9 +202,9 @@ let
in self: {
postgresql_10 = self.callPackage generic {
version = "10.19";
version = "10.20";
psqlSchema = "10.0"; # should be 10, but changing it is invasive
sha256 = "sha256-brgwtCi2DoSuh+IENrzmecTZ0CAr567A5BsMZ9kTQjk=";
sha256 = "sha256-h94W1ZvP5C+mBcMSxZvl4pToo+astlXdetR8u5MKZZ8=";
this = self.postgresql_10;
thisAttr = "postgresql_10";
inherit self;