Skip to content

Commit 7b5999a

Browse files
committed
postgres-lsp: 0.10.0 -> 0.13.0
1 parent 4933d56 commit 7b5999a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/po/postgres-lsp/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
}:
77
rustPlatform.buildRustPackage (finalAttrs: {
88
pname = "postgres-lsp";
9-
version = "0.10.0";
9+
version = "0.13.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "supabase-community";
1313
repo = "postgres-language-server";
1414
tag = finalAttrs.version;
15-
hash = "sha256-RwUX5EXRyvmC8LCnlQQIbqnLGn7XYXjLsI9UurCAThs=";
15+
hash = "sha256-0Q8MxKeh12STWIJ9441uTz+qQXEJjCESj21C4X8CBC4=";
1616
fetchSubmodules = true;
1717
};
1818

19-
cargoHash = "sha256-qs/M9+iZCx75wv+UcRRH4hjEuNDsnJYKAvnd0DNaRQ8=";
19+
cargoHash = "sha256-oIbS5BUpNOXwiRconqJI/jdXeX05FIZVNl2kYt+79wY=";
2020

2121
nativeBuildInputs = [
2222
rustPlatform.bindgenHook

0 commit comments

Comments
 (0)