Merge pull request #275776 from r-ryantm/auto-update/libpg_query

libpg_query: 15-4.2.3 -> 15-4.2.4
This commit is contained in:
Mario Rodas 2023-12-23 07:30:43 -05:00 committed by GitHub
commit 851be8e5ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libpg_query";
version = "15-4.2.3";
version = "16-5.0.0";
src = fetchFromGitHub {
owner = "pganalyze";
repo = "libpg_query";
rev = version;
hash = "sha256-/HUg6x0il5WxENmgR3slu7nmXTKv6YscjpX569Dztko=";
hash = "sha256-nO4ZqjEpQqmIZcsrhayGhjD4HKUBD1tEZg/khmdgK68=";
};
nativeBuildInputs = [ which ];

View File

@ -39,6 +39,11 @@ rustPlatform.buildRustPackage rec {
LIBPG_QUERY_PATH = libpg_query;
checkFlags = [
# depends on the PostgreSQL version
"--skip=parse::tests::test_parse_sql_query_json"
];
meta = with lib; {
description = "Linter for PostgreSQL, focused on migrations";
homepage = "https://squawkhq.com/";