postgresql_12: 12.7 -> 12.8

https://www.postgresql.org/docs/release/12.8/
This commit is contained in:
Mario Rodas 2021-09-01 04:20:00 +00:00
parent 34418e4c2a
commit 677b27c24e

View file

@ -226,9 +226,9 @@ in self: {
};
postgresql_12 = self.callPackage generic {
version = "12.7";
version = "12.8";
psqlSchema = "12";
sha256 = "15frsmsl1n2i4p76ji0wng4lvnlzw6f01br4cs5xr3n88wgp9444";
sha256 = "0an6v5bsp26d276wbdx76lsq6cq86hgi2fmkzwawnk63j3h02r72";
this = self.postgresql_12;
thisAttr = "postgresql_12";
inherit self;