postgresqlPackages.cstore_fdw: 1.6.2 -> 1.7.0
This commit is contained in:
parent
e2b4abe3c8
commit
2bbe49f4c2
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cstore_fdw";
|
pname = "cstore_fdw";
|
||||||
version = "1.6.2";
|
version = "1.7.0";
|
||||||
|
|
||||||
nativeBuildInputs = [ protobufc ];
|
nativeBuildInputs = [ protobufc ];
|
||||||
buildInputs = [ postgresql ];
|
buildInputs = [ postgresql ];
|
||||||
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "citusdata";
|
owner = "citusdata";
|
||||||
repo = "cstore_fdw";
|
repo = "cstore_fdw";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "0kdmzpbhhjdg4p6i5963h7qbs88jzgpqc52gz450h7hwb9ckpv74";
|
sha256 = "129mpq8rq16jg7idh6c1j6nij64iywrs7wl3cn02bdb3h8f19z1b";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue