postgresqlPackages.pg_bigm: fix typo: compatiblity to compatibility

This commit is contained in:
Philip Taron 2024-04-02 14:51:42 -07:00
parent 0c73cbb6f0
commit 562b2c5896
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
patches = [
# Fix compatiblity with PostgreSQL 16. Remove with the next release.
# Fix compatibility with PostgreSQL 16. Remove with the next release.
(fetchpatch {
url = "https://github.com/pgbigm/pg_bigm/commit/2a9d783c52a1d7a2eb414da6f091f6035da76edf.patch";
hash = "sha256-LuMpSUPnT8cPChQfA9sJEKP4aGpsbN5crfTKLnDzMN8=";