postgresql_15: 15.17 -> 15.18

Release Notes:
https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/
This commit is contained in:
Bart Oostveen
2026-05-15 09:12:00 +02:00
committed by Wolfgang Walther
parent c3bfff7d3c
commit fd6286751a
+3 -3
View File
@@ -1,7 +1,7 @@
import ./generic.nix {
version = "15.17";
rev = "refs/tags/REL_15_17";
hash = "sha256-IxvCNJfTbbKT/2dFnNLk3fNUYDaRwHQeeAmvGc1w/OY=";
version = "15.18";
rev = "refs/tags/REL_15_18";
hash = "sha256-tw1zzgLXx7Jr4bi8rMKRmTJzOSQFGvrP2nHr9FcVrjs=";
muslPatches = {
dont-use-locale-a = {
url = "https://git.alpinelinux.org/aports/plain/main/postgresql15/dont-use-locale-a-on-musl.patch?id=f424e934e6d076c4ae065ce45e734aa283eecb9c";