Merge pull request #194936 from marsam/update-pg_auto_failover

postgresqlPackages.pg_auto_failover: 1.6.4 -> 2.0
This commit is contained in:
Mario Rodas 2022-10-07 11:09:52 -05:00 committed by GitHub
commit 582631fb34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pg_auto_failover";
version = "1.6.4";
version = "2.0";
src = fetchFromGitHub {
owner = "citusdata";
repo = pname;
rev = "v${version}";
sha256 = "sha256-MzMKVS86ymfRwZqTzJsdophRrIIPDp50Wpt7QkGA6Nc=";
sha256 = "sha256-CLtLOzKRB9p6+SytMvWCYo7m7s/d+clAGOa2sWi6uZ0=";
};
buildInputs = [ postgresql openssl zlib readline libkrb5 ];