postgresqlPackages.pg_auto_failover: 1.4.1 -> 1.4.2

https://github.com/citusdata/pg_auto_failover/releases/tag/v1.4.2
This commit is contained in:
Mario Rodas 2021-02-04 04:20:00 +00:00
parent 6b8072224e
commit 115e9de681

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pg_auto_failover";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "citusdata";
repo = pname;
rev = "v${version}";
sha256 = "0x19p0b9hv1hkhwjm68cm8gskhnsl7np4si8wl0ablf6kasyl3q7";
sha256 = "030vm83ksfi4daypr4hamvvfs4g1ckww4ldg7rrk6c6hqkppykpa";
};
buildInputs = [ postgresql openssl zlib readline ];