3
0
Fork 0
forked from mirrors/nixpkgs

postgresql_10: 10.12 -> 10.13

Release notes: https://www.postgresql.org/docs/10/release-10-13.html
This commit is contained in:
Mario Rodas 2020-05-15 04:22:00 -05:00
parent 6851378614
commit 35d2d4d223
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

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