mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #105204 from marsam/update-postgresql-topn
postgresqlPackages.pg_topn: 2.3.0 -> 2.3.1
This commit is contained in:
commit
5fb257bab4
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pg_topn";
|
pname = "pg_topn";
|
||||||
version = "2.3.0";
|
version = "2.3.1";
|
||||||
|
|
||||||
buildInputs = [ postgresql ];
|
buildInputs = [ postgresql ];
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "citusdata";
|
owner = "citusdata";
|
||||||
repo = "postgresql-topn";
|
repo = "postgresql-topn";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "05mjzm7rz5j7byzag23526hhsqsg4dsyxxsg8q9ray1rwxjbr392";
|
sha256 = "0ai07an90ywhk10q52hajgb33va5q76j7h8vj1r0rvq6dyii0wal";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Efficient querying of 'top values' for PostgreSQL";
|
description = "Efficient querying of 'top values' for PostgreSQL";
|
||||||
homepage = "https://github.com/citusdata/postgresql-topn";
|
homepage = "https://github.com/citusdata/postgresql-topn";
|
||||||
|
changelog = "https://github.com/citusdata/postgresql-topn/blob/v${version}/CHANGELOG.md";
|
||||||
maintainers = with maintainers; [ thoughtpolice ];
|
maintainers = with maintainers; [ thoughtpolice ];
|
||||||
platforms = postgresql.meta.platforms;
|
platforms = postgresql.meta.platforms;
|
||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
|
|
Loading…
Reference in a new issue