postgresql_11: 11.13 -> 11.14
https://www.postgresql.org/docs/release/11.14/
This commit is contained in:
parent
1d35ef9ee0
commit
b701405be7
@ -220,9 +220,9 @@ in self: {
|
|||||||
};
|
};
|
||||||
|
|
||||||
postgresql_11 = self.callPackage generic {
|
postgresql_11 = self.callPackage generic {
|
||||||
version = "11.13";
|
version = "11.14";
|
||||||
psqlSchema = "11.1"; # should be 11, but changing it is invasive
|
psqlSchema = "11.1"; # should be 11, but changing it is invasive
|
||||||
sha256 = "0j5wnscnxa3sx8d39s55654df8aikmvkihfb0a02hrgmyygnihx0";
|
sha256 = "sha256-llx/S+lvtk+VgYUsWMTwXDgS1K2CPA8+K9/nd8Fi+Zk=";
|
||||||
this = self.postgresql_11;
|
this = self.postgresql_11;
|
||||||
thisAttr = "postgresql_11";
|
thisAttr = "postgresql_11";
|
||||||
inherit self;
|
inherit self;
|
||||||
|
Loading…
Reference in New Issue
Block a user