Unverified Commit 3d47aa5f authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

postgresql_{13,14,15,16,17,18}: minor version updates (#460644)

parents e81d2507 07885bcf
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
import ./generic.nix {
  version = "13.22";
  rev = "refs/tags/REL_13_22";
  hash = "sha256-6zHA+WU1FroUbGJcTAeEbPKBVQY7SKpT5+Kxe9ZhtoM=";
  version = "13.23";
  # TODO: Move back to tag, when they appear upstream:
  # rev = "refs/tags/REL_13_23";
  rev = "89df812eb890814b105d871185935b580478e660";
  hash = "sha256-GSIHFSt2wzaI3HkA3yX/gZZF+LKwODHYislagdhQjmE=";
  muslPatches = {
    disable-test-collate-icu-utf8 = {
      url = "https://git.alpinelinux.org/aports/plain/main/postgresql13/disable-test-collate.icu.utf8.patch?id=69faa146ec9fff3b981511068f17f9e629d4688b";
+5 −3
Original line number Diff line number Diff line
import ./generic.nix {
  version = "14.19";
  rev = "refs/tags/REL_14_19";
  hash = "sha256-z8MEeLae4W4YqGBNcPtKnUENxnixugnv5Q6r+LW4uu8=";
  version = "14.20";
  # TODO: Move back to tag, when they appear upstream:
  # rev = "refs/tags/REL_14_20";
  rev = "9ad034be354da9af1cea76836a9e576c110d1ff3";
  hash = "sha256-5wWuS78yn1p+ZjlUy5jCf1mLq78D3iI7mWPBVTd1Ufk=";
  muslPatches = {
    disable-test-collate-icu-utf8 = {
      url = "https://git.alpinelinux.org/aports/plain/main/postgresql14/disable-test-collate.icu.utf8.patch?id=56999e6d0265ceff5c5239f85fdd33e146f06cb7";
+5 −3
Original line number Diff line number Diff line
import ./generic.nix {
  version = "15.14";
  rev = "refs/tags/REL_15_14";
  hash = "sha256-KzN0gsEY6wFLqNYMxbTj2NH+4IWO0pplWP4XO/fqRLM=";
  version = "15.15";
  # TODO: Move back to tag, when they appear upstream:
  # rev = "refs/tags/REL_15_15";
  rev = "32f38816779420502d4a311835d5fe939e9548a0";
  hash = "sha256-veGKXAvK+dNofBuSXsmCsPdXDJOC04+QV3HEr0XaE68=";
  muslPatches = {
    dont-use-locale-a = {
      url = "https://git.alpinelinux.org/aports/plain/main/postgresql15/dont-use-locale-a-on-musl.patch?id=f424e934e6d076c4ae065ce45e734aa283eecb9c";
+5 −3
Original line number Diff line number Diff line
import ./generic.nix {
  version = "16.10";
  rev = "refs/tags/REL_16_10";
  hash = "sha256-1zG8+G/lNA1xm0hxLVEilIaI+25d4gfpqA2aCb4+taY=";
  version = "16.11";
  # TODO: Move back to tag, when they appear upstream:
  # rev = "refs/tags/REL_16_11";
  rev = "d61dd817be70749d14e982a369e97fdda9d5cba6";
  hash = "sha256-hxv+N+OWqiXmFmsB+SSYGKQLBbHtNMnneHFvOtUz8z4=";
  muslPatches = {
    dont-use-locale-a = {
      url = "https://git.alpinelinux.org/aports/plain/main/postgresql16/dont-use-locale-a-on-musl.patch?id=08a24be262339fd093e641860680944c3590238e";
+5 −3
Original line number Diff line number Diff line
import ./generic.nix {
  version = "17.6";
  rev = "refs/tags/REL_17_6";
  hash = "sha256-/7C+bjmiJ0/CvoAc8vzTC50vP7OsrM6o0w+lmmHvKvU=";
  version = "17.7";
  # TODO: Move back to tag, when they appear upstream:
  # rev = "refs/tags/REL_17_7";
  rev = "fbb530a3dff569222bea7098ad4de3d8bde97740";
  hash = "sha256-W+505LAeiO5ln7wBhxZLv/p3GxiJp8MFfCGVDyvHREg=";
  muslPatches = {
    dont-use-locale-a = {
      url = "https://git.alpinelinux.org/aports/plain/main/postgresql17/dont-use-locale-a-on-musl.patch?id=d69ead2c87230118ae7f72cef7d761e761e1f37e";
Loading