postgresql_12: 12.7 -> 12.8
https://www.postgresql.org/docs/release/12.8/ (cherry picked from commit 677b27c24ee49f548c5593c7938917824bf1f806)
This commit is contained in:
parent
1f3805f7bb
commit
d04c1e30be
|
@ -224,9 +224,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;
|
||||
|
|
Loading…
Reference in New Issue