postgresqlPackages.pg_auto_failover: 1.0.6 -> 1.2

This commit is contained in:
Mario Rodas 2020-03-18 04:20:00 -05:00
parent eb3e75e788
commit 44f3de77d9
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.0.6";
version = "1.2";
src = fetchFromGitHub {
owner = "citusdata";
repo = pname;
rev = "v${version}";
sha256 = "0fli8wxi5f3vyn9cjjqi0a2z4i9npx4nqndx2lqzzx95khqqknp1";
sha256 = "128bfxy7aabyvlcrzdi20f51k9xxgynd76f01v6w1314wrjg2r8f";
};
buildInputs = [ postgresql openssl zlib readline ];