Skip to content

Commit 5465c7e

Browse files
authored
Merge pull request NixOS#283689 from GaetanLepage/ruff-lsp
ruff-lsp: 0.0.49 -> 0.0.50
2 parents 154964c + e8a9c8e commit 5465c7e

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/tools/language-servers/ruff-lsp

1 file changed

+2
-2
lines changed

pkgs/development/tools/language-servers/ruff-lsp/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616

1717
buildPythonPackage rec {
1818
pname = "ruff-lsp";
19-
version = "0.0.49";
19+
version = "0.0.50";
2020
pyproject = true;
2121
disabled = pythonOlder "3.7";
2222

2323
src = fetchFromGitHub {
2424
owner = "astral-sh";
2525
repo = "ruff-lsp";
2626
rev = "refs/tags/v${version}";
27-
hash = "sha256-AL0p5NbhBxgw0mJYWcGb4EeztO7ermmcm5YrO/M8TKU=";
27+
hash = "sha256-4LGCHbd5NVp6DakE9MwyB64BaMqHgYLxGGo9IXZzjiE=";
2828
};
2929

3030
postPatch = ''

0 commit comments

Comments
 (0)