Unverified Commit 01703cbe authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

postgresql: minor version updates (#489018)

parents fea5e1f7 83d1ab0a
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
import ./generic.nix {
  version = "14.20";
  rev = "refs/tags/REL_14_20";
  hash = "sha256-5wWuS78yn1p+ZjlUy5jCf1mLq78D3iI7mWPBVTd1Ufk=";
  version = "14.21";
  # rev = "refs/tags/REL_14_21";
  rev = "eb788b43371849237c61ba2747fc11e96c08d861";
  hash = "sha256-9uG32BVzXOL2yAJmFVkIvEZJrmI5ToL7ojtivWmufL8=";
  muslPatches = {
    disable-test-collate-icu-utf8 = {
      url = "https://git.alpinelinux.org/aports/plain/main/postgresql14/disable-test-collate.icu.utf8.patch?id=56999e6d0265ceff5c5239f85fdd33e146f06cb7";
+4 −3
Original line number Diff line number Diff line
import ./generic.nix {
  version = "15.15";
  rev = "refs/tags/REL_15_15";
  hash = "sha256-veGKXAvK+dNofBuSXsmCsPdXDJOC04+QV3HEr0XaE68=";
  version = "15.16";
  # rev = "refs/tags/REL_15_16";
  rev = "78bc85dd4455c302c345c550e0628a1522df108d";
  hash = "sha256-ju/KkeBOumYHCarhqNA8jq+ceUo4y8g/SzjAMWm80ak=";
  muslPatches = {
    dont-use-locale-a = {
      url = "https://git.alpinelinux.org/aports/plain/main/postgresql15/dont-use-locale-a-on-musl.patch?id=f424e934e6d076c4ae065ce45e734aa283eecb9c";
+4 −3
Original line number Diff line number Diff line
import ./generic.nix {
  version = "16.11";
  rev = "refs/tags/REL_16_11";
  hash = "sha256-hxv+N+OWqiXmFmsB+SSYGKQLBbHtNMnneHFvOtUz8z4=";
  version = "16.12";
  # rev = "refs/tags/REL_16_12";
  rev = "e15d96551f9760e62888b5082ad050329c1c4cdf";
  hash = "sha256-1jkVElZTtp60Jgl5RyPT+8lalDYtjRDe9MxO3KMYJmU=";
  muslPatches = {
    dont-use-locale-a = {
      url = "https://git.alpinelinux.org/aports/plain/main/postgresql16/dont-use-locale-a-on-musl.patch?id=08a24be262339fd093e641860680944c3590238e";
+4 −3
Original line number Diff line number Diff line
import ./generic.nix {
  version = "17.7";
  rev = "refs/tags/REL_17_7";
  hash = "sha256-W+505LAeiO5ln7wBhxZLv/p3GxiJp8MFfCGVDyvHREg=";
  version = "17.8";
  # rev = "refs/tags/REL_17_8";
  rev = "6af885119b52a2a6229959670ba3ae5e36bf9806";
  hash = "sha256-4lV1/xRmMsc5rgY3RB6WMigTXHgHjh9bmR6nzL82Rs4=";
  muslPatches = {
    dont-use-locale-a = {
      url = "https://git.alpinelinux.org/aports/plain/main/postgresql17/dont-use-locale-a-on-musl.patch?id=d69ead2c87230118ae7f72cef7d761e761e1f37e";
+4 −3
Original line number Diff line number Diff line
import ./generic.nix {
  version = "18.1";
  rev = "refs/tags/REL_18_1";
  hash = "sha256-cZA2hWtr5RwsUrRWkvl/yvUzFPSfdtpyAKGXfrVUr0g=";
  version = "18.2";
  # rev = "refs/tags/REL_18_2";
  rev = "5a461dc4dbf72a1ec281394a76eb36d68cbdd935";
  hash = "sha256-cvBXxA7/kEwDGxFv/YoZCIh17jzUujrCtfKAmtSxKTw=";
  muslPatches = {
    dont-use-locale-a = {
      url = "https://git.alpinelinux.org/aports/plain/main/postgresql17/dont-use-locale-a-on-musl.patch?id=d69ead2c87230118ae7f72cef7d761e761e1f37e";
Loading