ruff: 0.0.210 -> 0.0.211
Diff: https://github.com/charliermarsh/ruff/compare/v0.0.210...v0.0.211 Changelog: https://github.com/charliermarsh/ruff/releases/tag/v0.0.211
This commit is contained in:
@@ -7,16 +7,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "ruff";
|
||||
version = "0.0.210";
|
||||
version = "0.0.211";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "charliermarsh";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-BksZztjKlRaJ4KWTVTW5R+Oay0gJTqmnKV5KSo7NBM8=";
|
||||
sha256 = "sha256-rU/+IZCSkMdDlfWgEZJIS6/55n8id2UAF/kK2NpXDaQ=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-ZKC+yPCxX8oRFAj36oOwWyNbyFHEFoBd+ROBagNi1Rw=";
|
||||
cargoSha256 = "sha256-OnolQKFqHRQmWy152SSIK9NuDh12tHxXfo6/2essPmc=";
|
||||
|
||||
buildInputs = lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.CoreServices
|
||||
|
||||
Reference in New Issue
Block a user