Merge pull request #105114 from marsam/update-postgresql-hll

postgresqlPackages.pg_hll: 2.14 -> 2.15
This commit is contained in:
Mario Rodas 2020-11-27 08:47:03 -05:00 committed by GitHub
commit e422ca4566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "pg_hll"; pname = "pg_hll";
version = "2.14"; version = "2.15";
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 = "13vphxkc9pn4bkpgab560bgdbl99li2b3p1n2rm5a78wswlsbsps"; sha256 = "19d50cvp3byjyr2dc5rjmyrlp97bb19mz0ykr3w4iyc6qi5d5qj2";
}; };
installPhase = '' installPhase = ''