postgres-lsp: unstable-2024-01-11 -> 0-unstable-2024-03-24

Diff: https://github.com/supabase/postgres_lsp/compare/bbc24cc541cd1619997193ed81ad887252c7e467...43ca9b675cb152ca7f38cfa6aff6dd2131dfa9a2

+4 -4
+4 -4
pkgs/development/tools/language-servers/postgres-lsp/default.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "postgres-lsp"; 9 - version = "unstable-2024-01-11"; 10 11 src = fetchFromGitHub { 12 owner = "supabase"; 13 repo = "postgres_lsp"; 14 - rev = "bbc24cc541cd1619997193ed81ad887252c7e467"; 15 - hash = "sha256-llVsHSEUDRsqjSTGr3hGUK6jYlKPX60rpjngBk1TG2Y="; 16 fetchSubmodules = true; 17 }; 18 19 - cargoHash = "sha256-Npx/sSbMr4PKnNPslvjpOyKH0bpQLzW6cLNW+7H/TQ0="; 20 21 nativeBuildInputs = [ 22 protobuf
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "postgres-lsp"; 9 + version = "0-unstable-2024-03-24"; 10 11 src = fetchFromGitHub { 12 owner = "supabase"; 13 repo = "postgres_lsp"; 14 + rev = "43ca9b675cb152ca7f38cfa6aff6dd2131dfa9a2"; 15 + hash = "sha256-n7Qbt9fGzC0CcleAtTWDInPz4oaPjI+pvIPrR5EYJ9U="; 16 fetchSubmodules = true; 17 }; 18 19 + cargoHash = "sha256-UEcHlkbYMA6xETMryWXsDHyAZYtLncRJn2jA6tvw7gQ="; 20 21 nativeBuildInputs = [ 22 protobuf