nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

postgresql_10: 10.6 -> 10.7

See https://www.postgresql.org/about/news/1920/ for release information.

(cherry picked from commit a90cf49fa99d8625beac67eabe236eef25704755)

+2 -2
+2 -2
pkgs/servers/sql/postgresql/default.nix
··· 181 181 }; 182 182 183 183 postgresql_10 = self.callPackage generic { 184 - version = "10.6"; 184 + version = "10.7"; 185 185 psqlSchema = "10.0"; # should be 10, but changing it is invasive 186 - sha256 = "0jv26y3f10svrjxzsgqxg956c86b664azyk2wppzpa5x11pjga38"; 186 + sha256 = "1piyfcrcqscjhnnwn91kdvr764s7d0qz4lgygf9bl6qc71ji1vdz"; 187 187 this = self.postgresql_10; 188 188 inherit self; 189 189 };