Unverified Commit 07885bcf authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

postgresql_18: 18.0 -> 18.1

parent 8e8cc8ab
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
import ./generic.nix {
  version = "18.0";
  rev = "refs/tags/REL_18_0";
  hash = "sha256-xA6gbJe4tIV9bYRFrdI4Rfy20ZwTkvyyjt7ZxvCFEec=";
  version = "18.1";
  # TODO: Move back to tag, when they appear upstream:
  # rev = "refs/tags/REL_18_1";
  rev = "4b324845ba5d24682b9b3708a769f00d160afbd7";
  hash = "sha256-cZA2hWtr5RwsUrRWkvl/yvUzFPSfdtpyAKGXfrVUr0g=";
  muslPatches = {
    dont-use-locale-a = {
      url = "https://git.alpinelinux.org/aports/plain/main/postgresql17/dont-use-locale-a-on-musl.patch?id=d69ead2c87230118ae7f72cef7d761e761e1f37e";
+0 −6
Original line number Diff line number Diff line
@@ -426,12 +426,6 @@ let
      ]
      ++ lib.optionals (stdenv'.hostPlatform.isDarwin && olderThan "16") [
        ./patches/export-dynamic-darwin-15-.patch
      ]
      ++ lib.optionals (atLeast "18") [
        (fetchpatch2 {
          url = "https://github.com/postgres/postgres/commit/a48d1ef58652229521ba4b5070e19f857608b22e.patch";
          hash = "sha256-3FKQS1Vpu+p6z6c1GWs6GlrLl2Bgm9paEU/z81LrEus=";
        })
      ];

      installTargets = [ "install-world" ];