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

This commit is contained in:
R. RyanTM
2023-07-12 10:30:23 +02:00
committed by GitHub
parent f1c39fbfc9
commit b63179691f
+2 -2
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 ];