postgresql_10: 10.8 -> 10.9

This commit is contained in:
Mario Rodas 2019-06-20 23:47:33 -05:00
parent 0f612b8ec4
commit 76d3cbb096
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -186,9 +186,9 @@ in self: {
};
postgresql_10 = self.callPackage generic {
version = "10.8";
version = "10.9";
psqlSchema = "10.0"; # should be 10, but changing it is invasive
sha256 = "0pfdmy4w95b49w9rkn8dwvzmi2brpqfvbxd04y0k0s0xvymc565i";
sha256 = "0m0gbf7nwgag6a1z5f9xszwzgf2xhx0ncakyxwxlzs87n1zk32wm";
this = self.postgresql_10;
inherit self;
};