postgresql15Packages.repmgr: 5.4.0 -> 5.4.1 (#242894)

This commit is contained in:
R. RyanTM 2023-07-12 01:30:23 -07:00 committed by GitHub
parent f1c39fbfc9
commit b63179691f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "repmgr";
version = "5.4.0";
version = "5.4.1";
src = fetchFromGitHub {
owner = "EnterpriseDB";
repo = "repmgr";
rev = "v${version}";
sha256 = "sha256-QUxLqCZIopvqDncpaA8bxm9MHvO6R6jPrcd8hF8lqQs=";
sha256 = "sha256-OaEoP1BajVW9dt8On9Ppf8IXmAk47HHv8zKw3WlsLHw=";
};
nativeBuildInputs = [ flex ];