Unverified Commit 94eb38f2 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #184666 from r-ryantm/auto-update/repmgr

postgresql11Packages.repmgr: 5.3.1 -> 5.3.2
parents cff7b91d 47007b9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "repmgr";
  version = "5.3.1";
  version = "5.3.2";

  src = fetchFromGitHub {
    owner = "2ndQuadrant";
    repo = "repmgr";
    rev = "v${version}";
    sha256 = "sha256-fHoXbFOF3xj/eNHgQIghF15vbDObnuwl2DAH+zRVGZQ=";
    sha256 = "sha256-M8FMin9y6nAiPYeT5pUUy0KyZ1dkuH708GshZ6GoXXw=";
  };

  nativeBuildInputs = [ flex ];