Skip to content

Commit

Permalink
postgresqlPackages.repmgr 5.0.0 -> 5.1.0 (#92362)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmnipotentEntity committed Jul 5, 2020
1 parent 6f1a37a commit 14ee9eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/postgresql/ext/repmgr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
pname = "repmgr";
version = "5.0.0";
version = "5.1.0";

src = fetchFromGitHub {
owner = "2ndQuadrant";
repo = "repmgr";
rev = "v${version}";
sha256 = "0zrpv17zrgl8hynbzaaqj17qrchc8r9qwpqh8y10b0v3xdr22ayl";
sha256 = "1igcy98ggwyx8zg4g4kz7xb32b7vc3h668r5wbfk4w49x9v97f4m";
};

nativeBuildInputs = [ flex ];
Expand Down

0 comments on commit 14ee9eb

Please sign in to comment.