postgresql_12: 12.9 -> 12.10

https://www.postgresql.org/docs/release/12.10/
This commit is contained in:
Mario Rodas 2022-02-12 04:20:00 +00:00
parent 726aad3796
commit c6b58fecd0

View File

@ -221,9 +221,9 @@ in self: {
};
postgresql_12 = self.callPackage generic {
version = "12.9";
version = "12.10";
psqlSchema = "12";
sha256 = "sha256-if2i3jPtBKmFSOQ/PuXxW4gr4XUF1jH+DdGlQKK1bc4=";
sha256 = "sha256-g90ZLmA0lRGSuahtwZzzcXqLghIOLxGgo2cjyCDSslc=";
this = self.postgresql_12;
thisAttr = "postgresql_12";
inherit self;