Unverified Commit ce2fedc7 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

ruff-lsp: 0.0.56 -> 0.0.57 (#343248)

parents f5be2a7e 02f584f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''