postgresqlPackages.pg_auto_failover: 1.0.5 -> 1.0.6
This commit is contained in:
parent
bc6c7f648b
commit
e86619f273
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pg_auto_failover";
|
pname = "pg_auto_failover";
|
||||||
version = "1.0.5";
|
version = "1.0.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "citusdata";
|
owner = "citusdata";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1idlgqazr2qra5x702f2yjcl99zwm1i5fi84paplfy98i5jjmxm1";
|
sha256 = "0fli8wxi5f3vyn9cjjqi0a2z4i9npx4nqndx2lqzzx95khqqknp1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ postgresql openssl zlib readline ];
|
buildInputs = [ postgresql openssl zlib readline ];
|
||||||
|
Loading…
Reference in New Issue
Block a user