1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

postgresql_10: 10.6 -> 10.7

See https://www.postgresql.org/about/news/1920/ for release information.
This commit is contained in:
Lancelot SIX 2019-02-25 15:43:07 +01:00
parent 70a31c2e00
commit a90cf49fa9
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -181,9 +181,9 @@ in self: {
};
postgresql_10 = self.callPackage generic {
version = "10.6";
version = "10.7";
psqlSchema = "10.0"; # should be 10, but changing it is invasive
sha256 = "0jv26y3f10svrjxzsgqxg956c86b664azyk2wppzpa5x11pjga38";
sha256 = "1piyfcrcqscjhnnwn91kdvr764s7d0qz4lgygf9bl6qc71ji1vdz";
this = self.postgresql_10;
inherit self;
};