postgresql_10: 10.11 -> 10.12

Release notes: https://www.postgresql.org/docs/10/release-10-12.html
This commit is contained in:
Mario Rodas 2020-02-14 00:02:00 -05:00
parent d067b4ac81
commit 08d614c72f

View file

@ -199,9 +199,9 @@ in self: {
};
postgresql_10 = self.callPackage generic {
version = "10.11";
version = "10.12";
psqlSchema = "10.0"; # should be 10, but changing it is invasive
sha256 = "02fcmvbh0mhplj3s2jd24s642ysx7bggnf0h8bs5amh7dgzi8p8d";
sha256 = "1rsab4zf4rx7pvvhlwhb04kb95aiad9cwazc4ksbvg2gij47z3rq";
this = self.postgresql_10;
inherit self;
};