Merge pull request #188506 from marsam/update-pg_hll

postgresqlPackages.pg_hll: 2.16 -> 2.17
This commit is contained in:
Mario Rodas 2022-08-27 10:01:10 -05:00 committed by GitHub
commit 74195d7b7f
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.16";
version = "2.17";
buildInputs = [ postgresql ];
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "citusdata";
repo = "postgresql-hll";
rev = "refs/tags/v${version}";
sha256 = "0icns4m3dkm20fs6gznciwsb8ba8gcc316igz6j7qwjdnyg2ppbf";
sha256 = "sha256-KYpyidy7t7v9puNjjmif16uz383zlo521luZpH3w/1I=";
};
installPhase = ''