postgresqlPackages.pg_hll: 2.15 -> 2.15.1

This commit is contained in:
Mario Rodas 2020-12-08 04:20:00 -05:00
parent d275ac8aa4
commit 2ca80a9baa

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pg_hll"; pname = "pg_hll";
version = "2.15"; version = "2.15.1";
buildInputs = [ postgresql ]; buildInputs = [ postgresql ];
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "citusdata"; owner = "citusdata";
repo = "postgresql-hll"; repo = "postgresql-hll";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
sha256 = "19d50cvp3byjyr2dc5rjmyrlp97bb19mz0ykr3w4iyc6qi5d5qj2"; sha256 = "17lg05rw7299fvfhdzvznr692c21s5qar1wzzvgwfv7afv6xzr3y";
}; };
installPhase = '' installPhase = ''
@ -23,7 +23,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "HyperLogLog for PostgreSQL"; description = "HyperLogLog for PostgreSQL";
homepage = "https://www.citusdata.com/"; homepage = "https://github.com/citusdata/postgresql-hll";
changelog = "https://github.com/citusdata/postgresql-hll/blob/v${version}/CHANGELOG.md";
maintainers = with maintainers; [ thoughtpolice ]; maintainers = with maintainers; [ thoughtpolice ];
platforms = postgresql.meta.platforms; platforms = postgresql.meta.platforms;
license = licenses.asl20; license = licenses.asl20;