figsoda 2023-05-01 19:17:45 -04:00
parent 7b02d16807
commit 5104455e90
2 changed files with 476 additions and 276 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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