postgresql_10: 10.18 -> 10.19
https://www.postgresql.org/docs/release/10.19/
This commit is contained in:
parent
7f523aa88a
commit
1d35ef9ee0
@ -210,9 +210,9 @@ in self: {
|
|||||||
};
|
};
|
||||||
|
|
||||||
postgresql_10 = self.callPackage generic {
|
postgresql_10 = self.callPackage generic {
|
||||||
version = "10.18";
|
version = "10.19";
|
||||||
psqlSchema = "10.0"; # should be 10, but changing it is invasive
|
psqlSchema = "10.0"; # should be 10, but changing it is invasive
|
||||||
sha256 = "009qpb02bq0rx0aaw5ck70gk07xwparhfxvlfimgihw2vhp7qisp";
|
sha256 = "sha256-brgwtCi2DoSuh+IENrzmecTZ0CAr567A5BsMZ9kTQjk=";
|
||||||
this = self.postgresql_10;
|
this = self.postgresql_10;
|
||||||
thisAttr = "postgresql_10";
|
thisAttr = "postgresql_10";
|
||||||
inherit self;
|
inherit self;
|
||||||
|
Loading…
Reference in New Issue
Block a user