1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-17 17:42:45 +00:00

Merge pull request #82912 from marsam/update-postgresqlPackages.pg_auto_failover

postgresqlPackages.pg_auto_failover: 1.0.6 -> 1.2
This commit is contained in:
Mario Rodas 2020-03-19 19:00:26 -05:00 committed by GitHub
commit 38bd987bbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];