postgresql_11: 11.12 -> 11.13
https://www.postgresql.org/docs/release/11.13/ (cherry picked from commit 34418e4c2a23a2a461b0b3666a6088040b5962e8)
This commit is contained in:
parent
44a33d44a6
commit
1f3805f7bb
|
@ -215,9 +215,9 @@ in self: {
|
||||||
};
|
};
|
||||||
|
|
||||||
postgresql_11 = self.callPackage generic {
|
postgresql_11 = self.callPackage generic {
|
||||||
version = "11.12";
|
version = "11.13";
|
||||||
psqlSchema = "11.1"; # should be 11, but changing it is invasive
|
psqlSchema = "11.1"; # should be 11, but changing it is invasive
|
||||||
sha256 = "016bacpmqxc676ipzc1l8zv1jj44mjz7dv7jhqazg3ibdfqxiyc7";
|
sha256 = "0j5wnscnxa3sx8d39s55654df8aikmvkihfb0a02hrgmyygnihx0";
|
||||||
this = self.postgresql_11;
|
this = self.postgresql_11;
|
||||||
thisAttr = "postgresql_11";
|
thisAttr = "postgresql_11";
|
||||||
inherit self;
|
inherit self;
|
||||||
|
|
Loading…
Reference in New Issue