tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
postgresqlPackages.pg_hll: 2.15.1 -> 2.16
Mario Rodas
4 years ago
16320ee8
3a84bf77
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
sql
postgresql
ext
pg_hll.nix
+3
-3
pkgs/servers/sql/postgresql/ext/pg_hll.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "pg_hll";
5
5
-
version = "2.15.1";
5
5
+
version = "2.16";
6
6
7
7
buildInputs = [ postgresql ];
8
8
···
10
10
owner = "citusdata";
11
11
repo = "postgresql-hll";
12
12
rev = "refs/tags/v${version}";
13
13
-
sha256 = "17lg05rw7299fvfhdzvznr692c21s5qar1wzzvgwfv7afv6xzr3y";
13
13
+
sha256 = "0icns4m3dkm20fs6gznciwsb8ba8gcc316igz6j7qwjdnyg2ppbf";
14
14
};
15
15
16
16
installPhase = ''
···
24
24
meta = with lib; {
25
25
description = "HyperLogLog for PostgreSQL";
26
26
homepage = "https://github.com/citusdata/postgresql-hll";
27
27
-
changelog = "https://github.com/citusdata/postgresql-hll/blob/v${version}/CHANGELOG.md";
27
27
+
changelog = "https://github.com/citusdata/postgresql-hll/raw/v${version}/CHANGELOG.md";
28
28
maintainers = with maintainers; [ thoughtpolice ];
29
29
platforms = postgresql.meta.platforms;
30
30
license = licenses.asl20;