Merge pull request #86934 from marsam/update-pg_auto_failover

postgresqlPackages.pg_auto_failover: 1.2 -> 1.3
This commit is contained in:
Mario Rodas 2020-05-05 20:09:23 -05:00 committed by GitHub
commit 9e7f3507bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pg_auto_failover";
version = "1.2";
version = "1.3";
src = fetchFromGitHub {
owner = "citusdata";
repo = pname;
rev = "v${version}";
sha256 = "128bfxy7aabyvlcrzdi20f51k9xxgynd76f01v6w1314wrjg2r8f";
sha256 = "1si4k37azigp7hqibnkzr1p6zknadxm7pb33lygrxarqkifx67j4";
};
buildInputs = [ postgresql openssl zlib readline ];