postgresql_16: 16.4 -> 16.5

Release Notes:
https://www.postgresql.org/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/

(cherry picked from commit 797b544bda)
This commit is contained in:
Wolfgang Walther 2024-11-14 19:42:43 +01:00 committed by Maximilian Bosch
parent e13094a6f5
commit 218400f000
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import ./generic.nix {
version = "16.4";
hash = "sha256-lxdm1kWqc+k7nvTjvkQgG09FtUdwlbBJElQD+fM4bW8=";
version = "16.5";
hash = "sha256-psu7cDf5jLivp9OXC3xIBAzwKxFeOSU6DAN6i7jnePA=";
}

View File

@ -119,7 +119,7 @@ let
src = ./patches/locale-binary-path.patch;
locale = "${if stdenv.isDarwin then darwin.adv_cmds else lib.getBin stdenv.cc.libc}/bin/locale";
})
] ++ lib.optionals (atLeast "15") [
] ++ lib.optionals (atLeast "15" && olderThan "16") [
# TODO: Remove this with the next set of minor releases
(fetchpatch ({
url = "https://github.com/postgres/postgres/commit/b27622c90869aab63cfe22159a459c57768b0fa4.patch";