Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-11 00:39:21 +00:00
committed by GitHub
48 changed files with 1450 additions and 354 deletions

View File

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