postgresqlPackages.pg_auto_failover: 1.4.0 -> 1.4.1

https://github.com/citusdata/pg_auto_failover/releases/tag/v1.4.1
This commit is contained in:
Mario Rodas 2020-12-03 04:20:00 +00:00
parent 209bdc8ddf
commit 79b25549cf

View file

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