From d38d8b1f3f8306276b63378952a00a41e7d0c5a6 Mon Sep 17 00:00:00 2001 From: myypo Date: Fri, 23 Jan 2026 16:25:26 +0200 Subject: [PATCH] postgres-language-server: 0.18.0 -> 0.19.0 --- pkgs/by-name/po/postgres-language-server/package.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/po/postgres-language-server/package.nix b/pkgs/by-name/po/postgres-language-server/package.nix index 04ffcaf97dc4..2a61fd2c45ce 100644 --- a/pkgs/by-name/po/postgres-language-server/package.nix +++ b/pkgs/by-name/po/postgres-language-server/package.nix @@ -8,16 +8,16 @@ }: rustPlatform.buildRustPackage (finalAttrs: { pname = "postgres-language-server"; - version = "0.18.0"; + version = "0.19.0"; src = fetchgit { url = "https://github.com/supabase-community/postgres-language-server"; tag = finalAttrs.version; - hash = "sha256-OTOyxMikwZ9ImV7sIIas/7KYMK3Sxlr82LW+YPrmoyw="; + hash = "sha256-0zmH9hYwmKYTRR1MxaHZcm7B2SzgCxYjLM4GCK61c7s="; fetchSubmodules = true; }; - cargoHash = "sha256-G8w7+SvKQougWxuIwHTwCwb56VbXh0w9kNv7uq5QVHk="; + cargoHash = "sha256-2PEyKjHWEkGEgRy0l6nIhARN0qoR4CIv/Qo+xHucgEc="; nativeBuildInputs = [ rustPlatform.bindgenHook @@ -47,6 +47,8 @@ rustPlatform.buildRustPackage (finalAttrs: { "--skip=syntax_error" # Requires a database connection "--skip=test_cli_check_command" + "--skip=dblint_detects_issues_snapshot" + "--skip=dblint_empty_database_snapshot" ]; meta = {