Merge pull request #106414 from marsam/update-postgresqlPackages.pg_hll

postgresqlPackages.pg_hll: 2.15 -> 2.15.1
This commit is contained in:
Sandro 2020-12-09 21:46:20 +01:00 committed by GitHub
commit db99b2549a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "pg_hll";
version = "2.15";
version = "2.15.1";
buildInputs = [ postgresql ];
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "citusdata";
repo = "postgresql-hll";
rev = "refs/tags/v${version}";
sha256 = "19d50cvp3byjyr2dc5rjmyrlp97bb19mz0ykr3w4iyc6qi5d5qj2";
sha256 = "17lg05rw7299fvfhdzvznr692c21s5qar1wzzvgwfv7afv6xzr3y";
};
installPhase = ''
@ -23,7 +23,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
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 ];
platforms = postgresql.meta.platforms;
license = licenses.asl20;