We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4933d56 commit 7b5999aCopy full SHA for 7b5999a
pkgs/by-name/po/postgres-lsp/package.nix
@@ -6,17 +6,17 @@
6
}:
7
rustPlatform.buildRustPackage (finalAttrs: {
8
pname = "postgres-lsp";
9
- version = "0.10.0";
+ version = "0.13.0";
10
11
src = fetchFromGitHub {
12
owner = "supabase-community";
13
repo = "postgres-language-server";
14
tag = finalAttrs.version;
15
- hash = "sha256-RwUX5EXRyvmC8LCnlQQIbqnLGn7XYXjLsI9UurCAThs=";
+ hash = "sha256-0Q8MxKeh12STWIJ9441uTz+qQXEJjCESj21C4X8CBC4=";
16
fetchSubmodules = true;
17
};
18
19
- cargoHash = "sha256-qs/M9+iZCx75wv+UcRRH4hjEuNDsnJYKAvnd0DNaRQ8=";
+ cargoHash = "sha256-oIbS5BUpNOXwiRconqJI/jdXeX05FIZVNl2kYt+79wY=";
20
21
nativeBuildInputs = [
22
rustPlatform.bindgenHook
0 commit comments