postgresqlPackages.pg_auto_failover: 1.6.2 -> 1.6.3

https://github.com/citusdata/pg_auto_failover/releases/tag/v1.6.3
This commit is contained in:
Mario Rodas 2021-11-14 04:20:00 +00:00
parent f22d2c44a5
commit 574a1d605a

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pg_auto_failover";
version = "1.6.2";
version = "1.6.3";
src = fetchFromGitHub {
owner = "citusdata";
repo = pname;
rev = "v${version}";
sha256 = "158rr0q2y34mjikripz7n61gc3ivj29brxxz4yq72qbz5bd859yj";
sha256 = "sha256-hGpcHV4ai9mxaJ/u/o9LNFWPGsW22W7ak2pbvAUgmwU=";
};
buildInputs = [ postgresql openssl zlib readline libkrb5 ];