3
0
Fork 0
forked from mirrors/nixpkgs

postgresqlPackages.pg_auto_failover: 1.6.1 -> 1.6.2

https://github.com/citusdata/pg_auto_failover/releases/tag/v1.6.2
This commit is contained in:
Mario Rodas 2021-09-09 04:20:00 +00:00
parent e1f9d5fdac
commit 68ed591187

View file

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