Merge pull request #299432 from marsam/update-postgres-lsp

postgres-lsp: unstable-2024-01-11 -> 0-unstable-2024-03-24
This commit is contained in:
Mario Rodas 2024-03-27 22:36:24 -05:00 committed by GitHub
commit d952462c8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "postgres-lsp";
version = "unstable-2024-01-11";
version = "0-unstable-2024-03-24";
src = fetchFromGitHub {
owner = "supabase";
repo = "postgres_lsp";
rev = "bbc24cc541cd1619997193ed81ad887252c7e467";
hash = "sha256-llVsHSEUDRsqjSTGr3hGUK6jYlKPX60rpjngBk1TG2Y=";
rev = "43ca9b675cb152ca7f38cfa6aff6dd2131dfa9a2";
hash = "sha256-n7Qbt9fGzC0CcleAtTWDInPz4oaPjI+pvIPrR5EYJ9U=";
fetchSubmodules = true;
};
cargoHash = "sha256-Npx/sSbMr4PKnNPslvjpOyKH0bpQLzW6cLNW+7H/TQ0=";
cargoHash = "sha256-UEcHlkbYMA6xETMryWXsDHyAZYtLncRJn2jA6tvw7gQ=";
nativeBuildInputs = [
protobuf