postgresql_17: 17.8 -> 17.9

Out-of-cycle release to fix regressions in the last set of releases.

Release Notes:
https://www.postgresql.org/about/news/out-of-cycle-release-scheduled-for-february-26-2026-3241/
This commit is contained in:
Wolfgang Walther
2026-03-03 19:59:05 +01:00
parent 49a23f1c46
commit 683a26d435
+3 -3
View File
@@ -1,7 +1,7 @@
import ./generic.nix {
version = "17.8";
rev = "refs/tags/REL_17_8";
hash = "sha256-4lV1/xRmMsc5rgY3RB6WMigTXHgHjh9bmR6nzL82Rs4=";
version = "17.9";
rev = "refs/tags/REL_17_9";
hash = "sha256-kmESMgxYL5FsDjg3MLHaginIu6IWMo20kNdOLMM1x4w=";
muslPatches = {
dont-use-locale-a = {
url = "https://git.alpinelinux.org/aports/plain/main/postgresql17/dont-use-locale-a-on-musl.patch?id=d69ead2c87230118ae7f72cef7d761e761e1f37e";