ruff: 0.0.181 -> 0.0.182
Diff: https://github.com/charliermarsh/ruff/compare/v0.0.181...v0.0.182 Changelog: https://github.com/charliermarsh/ruff/releases/tag/v0.0.182
This commit is contained in:
parent
25241d5229
commit
50b615b57d
@ -8,16 +8,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "ruff";
|
||||
version = "0.0.181";
|
||||
version = "0.0.182";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "charliermarsh";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-AsBXJVFFe3+A1PChQnqzZlvP+QwY44JaGXW+Nl0iNHs=";
|
||||
sha256 = "sha256-/ZivsD9PQPgF5Q/r6nYwth1MEyT5qOqy1HPvMibDZpI=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-mmWZ/NNeNjEcUZeXGGzl+5Op64MdBlEplNnDZNhMVPQ=";
|
||||
cargoSha256 = "sha256-mijDys0Zmh+2+WwcMCq3Fouyhzqlr36ziB0vuSafT+o=";
|
||||
|
||||
buildInputs = lib.optionals stdenv.isDarwin [
|
||||
CoreServices
|
||||
|
Loading…
Reference in New Issue
Block a user