postgresql11Packages.repmgr: 5.2.1 -> 5.3.0 (#143507)

This commit is contained in:
R. RyanTM 2021-10-29 06:44:06 -07:00 committed by GitHub
parent 8f95862b6c
commit f151bae7ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "repmgr";
version = "5.2.1";
version = "5.3.0";
src = fetchFromGitHub {
owner = "2ndQuadrant";
repo = "repmgr";
rev = "v${version}";
sha256 = "sha256-hIhVjSSJAgH/eXiuz0xlTFgp9q+Y41ICeCrRFGss3mk=";
sha256 = "sha256-hDBdtp6wPjvtc0MO8aG0Tdx5JiQJf8KS0f778R5xCZc=";
};
nativeBuildInputs = [ flex ];