Skip to content

Commit

Permalink
postgresqlPackages.repmgr: 5.4.1 -> 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Nov 16, 2024
1 parent 3594a4c commit 87b30f2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkgs/servers/sql/postgresql/ext/repmgr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

buildPostgresqlExtension rec {
pname = "repmgr";
version = "5.4.1";
version = "5.5.0";

src = fetchFromGitHub {
owner = "EnterpriseDB";
repo = "repmgr";
rev = "v${version}";
sha256 = "sha256-OaEoP1BajVW9dt8On9Ppf8IXmAk47HHv8zKw3WlsLHw=";
sha256 = "sha256-8G2CzzkWTKEglpUt1Gr7d/DuHJvCIEjsbYDMl3Zt3cs=";
};

nativeBuildInputs = [ flex ];
Expand All @@ -29,9 +29,6 @@ buildPostgresqlExtension rec {
license = licenses.postgresql;
platforms = postgresql.meta.platforms;
maintainers = with maintainers; [ zimbatm ];
# PostgreSQL 17 support issue upstream: https://github.com/EnterpriseDB/repmgr/issues/856
# Check after next package update.
broken = versionAtLeast postgresql.version "17" && version == "5.4.1";
};
}

0 comments on commit 87b30f2

Please sign in to comment.