Skip to content

Commit

Permalink
Merge pull request NixOS#280662 from marsam/update-postgres-lsp
Browse files Browse the repository at this point in the history
postgres-lsp: 2023-10-20 -> 2024-01-11
  • Loading branch information
risicle authored Jan 13, 2024
2 parents 51e1ae5 + 18eb31f commit d2cdc8b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/development/tools/language-servers/postgres-lsp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

rustPlatform.buildRustPackage rec {
pname = "postgres-lsp";
version = "unstable-2023-10-20";
version = "unstable-2024-01-11";

src = fetchFromGitHub {
owner = "supabase";
repo = "postgres_lsp";
rev = "88901a987de9a2d8db05c36bcd87c5c877b51460";
hash = "sha256-HY83SO2dlXKamIqFEz53A8YDYx9EynX8FCX9EjF+tdw=";
rev = "bbc24cc541cd1619997193ed81ad887252c7e467";
hash = "sha256-llVsHSEUDRsqjSTGr3hGUK6jYlKPX60rpjngBk1TG2Y=";
fetchSubmodules = true;
};

cargoHash = "sha256-m8m0Q3UAq6kV2IoXMFTkP0WKzSXiWPkfOkta639dcj0=";
cargoHash = "sha256-Npx/sSbMr4PKnNPslvjpOyKH0bpQLzW6cLNW+7H/TQ0=";

nativeBuildInputs = [
protobuf
Expand All @@ -26,6 +26,8 @@ rustPlatform.buildRustPackage rec {
cargoBuildFlags = [ "-p=postgres_lsp" ];
cargoTestFlags = cargoBuildFlags;

RUSTC_BOOTSTRAP = 1; # We need rust unstable features

meta = with lib; {
description = "A Language Server for Postgres";
homepage = "https://github.com/supabase/postgres_lsp";
Expand Down

0 comments on commit d2cdc8b

Please sign in to comment.