postgresqlPackages.cstore_fdw: 1.6.2 -> 1.7.0

This commit is contained in:
Mario Rodas 2020-02-18 04:20:00 -05:00
parent e2b4abe3c8
commit 2bbe49f4c2
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "cstore_fdw";
version = "1.6.2";
version = "1.7.0";
nativeBuildInputs = [ protobufc ];
buildInputs = [ postgresql ];
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "citusdata";
repo = "cstore_fdw";
rev = "refs/tags/v${version}";
sha256 = "0kdmzpbhhjdg4p6i5963h7qbs88jzgpqc52gz450h7hwb9ckpv74";
sha256 = "129mpq8rq16jg7idh6c1j6nij64iywrs7wl3cn02bdb3h8f19z1b";
};
installPhase = ''