postgresqlPackages.pg_auto_failover: 1.2 -> 1.3

Changelog: https://github.com/citusdata/pg_auto_failover/releases/tag/v1.3
This commit is contained in:
Mario Rodas 2020-05-05 04:20:00 -05:00
parent bc6bad222e
commit 53dd3921cd
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -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 ];