aboutsummaryrefslogtreecommitdiff
path: root/pkgs/servers/sql
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-11-27 08:47:03 -0500
committerGitHub <noreply@github.com>2020-11-27 08:47:03 -0500
commite422ca4566777a4fbd7ffaf55deaeb1085a44433 (patch)
treec775c2e35f7b11002e2e699460838614ffc369ee /pkgs/servers/sql
parentbfa0cc69c7cd585dc3517cf765f31c9785bbacd3 (diff)
parent587ef34841734ddfb8e4acdf03d9cba42876d034 (diff)
Merge pull request #105114 from marsam/update-postgresql-hll
postgresqlPackages.pg_hll: 2.14 -> 2.15
Diffstat (limited to 'pkgs/servers/sql')
-rw-r--r--pkgs/servers/sql/postgresql/ext/pg_hll.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/sql/postgresql/ext/pg_hll.nix b/pkgs/servers/sql/postgresql/ext/pg_hll.nix
index 7630e2e32bac..28e3947f4b37 100644
--- a/pkgs/servers/sql/postgresql/ext/pg_hll.nix
+++ b/pkgs/servers/sql/postgresql/ext/pg_hll.nix
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "pg_hll";
- version = "2.14";
+ version = "2.15";
buildInputs = [ postgresql ];
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "citusdata";
repo = "postgresql-hll";
rev = "refs/tags/v${version}";
- sha256 = "13vphxkc9pn4bkpgab560bgdbl99li2b3p1n2rm5a78wswlsbsps";
+ sha256 = "19d50cvp3byjyr2dc5rjmyrlp97bb19mz0ykr3w4iyc6qi5d5qj2";
};
installPhase = ''