postgresql: switch back to latest tags (#461211)

This commit is contained in:
Wolfgang Walther
2025-11-13 11:33:37 +00:00
committed by GitHub
7 changed files with 7 additions and 21 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
import ./generic.nix {
version = "13.23";
# TODO: Move back to tag, when they appear upstream:
# rev = "refs/tags/REL_13_23";
rev = "89df812eb890814b105d871185935b580478e660";
rev = "refs/tags/REL_13_23";
hash = "sha256-GSIHFSt2wzaI3HkA3yX/gZZF+LKwODHYislagdhQjmE=";
muslPatches = {
disable-test-collate-icu-utf8 = {
+1 -3
View File
@@ -1,8 +1,6 @@
import ./generic.nix {
version = "14.20";
# TODO: Move back to tag, when they appear upstream:
# rev = "refs/tags/REL_14_20";
rev = "9ad034be354da9af1cea76836a9e576c110d1ff3";
rev = "refs/tags/REL_14_20";
hash = "sha256-5wWuS78yn1p+ZjlUy5jCf1mLq78D3iI7mWPBVTd1Ufk=";
muslPatches = {
disable-test-collate-icu-utf8 = {
+1 -3
View File
@@ -1,8 +1,6 @@
import ./generic.nix {
version = "15.15";
# TODO: Move back to tag, when they appear upstream:
# rev = "refs/tags/REL_15_15";
rev = "32f38816779420502d4a311835d5fe939e9548a0";
rev = "refs/tags/REL_15_15";
hash = "sha256-veGKXAvK+dNofBuSXsmCsPdXDJOC04+QV3HEr0XaE68=";
muslPatches = {
dont-use-locale-a = {
+1 -3
View File
@@ -1,8 +1,6 @@
import ./generic.nix {
version = "16.11";
# TODO: Move back to tag, when they appear upstream:
# rev = "refs/tags/REL_16_11";
rev = "d61dd817be70749d14e982a369e97fdda9d5cba6";
rev = "refs/tags/REL_16_11";
hash = "sha256-hxv+N+OWqiXmFmsB+SSYGKQLBbHtNMnneHFvOtUz8z4=";
muslPatches = {
dont-use-locale-a = {
+1 -3
View File
@@ -1,8 +1,6 @@
import ./generic.nix {
version = "17.7";
# TODO: Move back to tag, when they appear upstream:
# rev = "refs/tags/REL_17_7";
rev = "fbb530a3dff569222bea7098ad4de3d8bde97740";
rev = "refs/tags/REL_17_7";
hash = "sha256-W+505LAeiO5ln7wBhxZLv/p3GxiJp8MFfCGVDyvHREg=";
muslPatches = {
dont-use-locale-a = {
+1 -3
View File
@@ -1,8 +1,6 @@
import ./generic.nix {
version = "18.1";
# TODO: Move back to tag, when they appear upstream:
# rev = "refs/tags/REL_18_1";
rev = "4b324845ba5d24682b9b3708a769f00d160afbd7";
rev = "refs/tags/REL_18_1";
hash = "sha256-cZA2hWtr5RwsUrRWkvl/yvUzFPSfdtpyAKGXfrVUr0g=";
muslPatches = {
dont-use-locale-a = {
+1 -3
View File
@@ -46,9 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "postgres";
repo = "postgres";
# rev, not tag, on purpose: see generic.nix.
# TODO: Move back to tag, when they appear upstream:
# rev = "refs/tags/REL_18_1";
rev = "4b324845ba5d24682b9b3708a769f00d160afbd7";
rev = "refs/tags/REL_18_1";
hash = "sha256-cZA2hWtr5RwsUrRWkvl/yvUzFPSfdtpyAKGXfrVUr0g=";
};