postgresql_10: 10.14 -> 10.15

Release notes: https://www.postgresql.org/docs/10/release-10-15.html
This commit is contained in:
Mario Rodas
2020-11-17 23:20:00 -05:00
committed by Frederik Rietdijk
parent efa0efa10b
commit 3bfbaf72fa
2 changed files with 2 additions and 120 deletions

View File

@@ -65,7 +65,6 @@ let
./patches/specify_pkglibdir_at_runtime.patch
./patches/findstring.patch
]
++ lib.optional (atLeast "10") ./patches/stabilize-timetz-dst.patch
++ lib.optional stdenv.isLinux (if atLeast "13" then ./patches/socketdir-in-run-13.patch else ./patches/socketdir-in-run.patch);
installTargets = [ "install-world" ];
@@ -200,9 +199,9 @@ in self: {
};
postgresql_10 = self.callPackage generic {
version = "10.14";
version = "10.15";
psqlSchema = "10.0"; # should be 10, but changing it is invasive
sha256 = "0fxj30jvwq5pqpbj97vhlxgmn2ah59a78s9jyjr7vxyqj7sdh71q";
sha256 = "0zhzj9skag1pgqas2rnd217vj41ilaalqna17j47gyngpvhbqmjr";
this = self.postgresql_10;
inherit self;
};