Skip to content

Commit

Permalink
ruff-lsp: 0.0.56 -> 0.0.57 (NixOS#343248)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Sep 20, 2024
2 parents f5be2a7 + 02f584f commit ce2fedc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ru/ruff-lsp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "ruff-lsp";
version = "0.0.56";
version = "0.0.57";
pyproject = true;

src = fetchFromGitHub {
owner = "astral-sh";
repo = "ruff-lsp";
rev = "refs/tags/v${version}";
hash = "sha256-L5bfGW5R9kDCK8zcFh+a/zquJefwKxOB0JdYDTyPFuQ=";
hash = "sha256-w9NNdsDD+YLrCw8DHDhVx62MdwLhcN8QSmb/2rqlb5g=";
};

postPatch = ''
Expand Down

0 comments on commit ce2fedc

Please sign in to comment.