Unverified Commit 9b4107a1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #229381 from figsoda/ruff

ruff: 0.0.262 -> 0.0.263
parents 24176c7b 5104455e
Loading
Loading
Loading
Loading
+472 −272

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

rustPlatform.buildRustPackage rec {
  pname = "ruff";
  version = "0.0.262";
  version = "0.0.263";

  src = fetchFromGitHub {
    owner = "charliermarsh";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-G+Cz/5dL/5kOOJ1fGGecwGOiONYdwFWOPQ5KV0W2DVA=";
    hash = "sha256-EhxevilIrcrM7wcuF39b4P4T8OpNwdyga+wAPatil8Q=";
  };

  # We have to use importCargoLock here because `cargo vendor` currently doesn't support workspace