Skip to content

Commit

Permalink
postgresql_10: 10.6 -> 10.7
Browse files Browse the repository at this point in the history
See https://www.postgresql.org/about/news/1920/ for release information.
  • Loading branch information
lsix committed Feb 25, 2019
1 parent 70a31c2 commit a90cf49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/postgresql/default.nix
Expand Up @@ -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;
};
Expand Down

0 comments on commit a90cf49

Please sign in to comment.