ruff: 0.0.209 -> 0.0.210
Diff: https://github.com/charliermarsh/ruff/compare/v0.0.209...v0.0.210 Changelog: https://github.com/charliermarsh/ruff/releases/tag/v0.0.210
This commit is contained in:
parent
d89f78d1ce
commit
7818f94c31
1 changed files with 3 additions and 3 deletions
|
@ -7,16 +7,16 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "ruff";
|
||||
version = "0.0.209";
|
||||
version = "0.0.210";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "charliermarsh";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-DYMGGA/GGE4Vue8G61gmDFspODVI81vTK9iOuIB8dDA=";
|
||||
sha256 = "sha256-BksZztjKlRaJ4KWTVTW5R+Oay0gJTqmnKV5KSo7NBM8=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-Uvl/3VutaquorMMd8KQlqBc5DOdh23oLZSjGExTqUWE=";
|
||||
cargoSha256 = "sha256-ZKC+yPCxX8oRFAj36oOwWyNbyFHEFoBd+ROBagNi1Rw=";
|
||||
|
||||
buildInputs = lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.CoreServices
|
||||
|
|
Loading…
Reference in a new issue