postgresql_9_6: 9.6.19 -> 9.6.20

Release notes: https://www.postgresql.org/docs/9.6/release-9-6-20.html
This commit is contained in:
Mario Rodas 2020-11-17 23:20:00 -05:00 committed by Frederik Rietdijk
parent 71d2840883
commit efa0efa10b

View File

@ -192,9 +192,9 @@ in self: {
};
postgresql_9_6 = self.callPackage generic {
version = "9.6.19";
version = "9.6.20";
psqlSchema = "9.6";
sha256 = "1c2wnl5bbpjs1s1rpzvlnzsqlpb0p823zw7s38nhpgnxrja3myb1";
sha256 = "1dkv916y7vrfbygrfbfvs6y3fxaysnh32i5j88nvcnnl16jcn21x";
this = self.postgresql_9_6;
inherit self;
};