mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
ruff: 0.0.262 -> 0.0.263
Diff: https://github.com/charliermarsh/ruff/compare/v0.0.262...v0.0.263 Changelog: https://github.com/charliermarsh/ruff/releases/tag/v0.0.263
This commit is contained in:
parent
7b02d16807
commit
5104455e90
748
pkgs/development/tools/ruff/Cargo.lock
generated
748
pkgs/development/tools/ruff/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user