Skip to content

Commit

Permalink
postgresqlPackages.pg_auto_failover: 1.3 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Sep 23, 2020
1 parent 1e94f03 commit 8e4616c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/postgresql/ext/pg_auto_failover.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "pg_auto_failover";
version = "1.3";
version = "1.4.0";

src = fetchFromGitHub {
owner = "citusdata";
repo = pname;
rev = "v${version}";
sha256 = "1si4k37azigp7hqibnkzr1p6zknadxm7pb33lygrxarqkifx67j4";
sha256 = "1q5gy1jaklk885xjda9dhf6jd5q3sc7jd8p1zdlwv4srxf6sgf10";
};

buildInputs = [ postgresql openssl zlib readline ];
Expand Down

0 comments on commit 8e4616c

Please sign in to comment.