ruff: 0.0.214 -> 0.0.215
Diff: https://github.com/charliermarsh/ruff/compare/v0.0.214...v0.0.215 Changelog: https://github.com/charliermarsh/ruff/releases/tag/v0.0.215
This commit is contained in:
@@ -7,16 +7,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "ruff";
|
||||
version = "0.0.214";
|
||||
version = "0.0.215";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "charliermarsh";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-Kesixl8GXuvsSTqMVpzwnqPBGDOfpOed+sLItPtjpDM=";
|
||||
sha256 = "sha256-f/ZqHPZ1lhYn1iPz0dwIQQpjWmZj1fxBiVMTbT8bTRo=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-cEvdOiu6dL8zcGTTSM0DzCU76b/lRAlzut08ExO7cz0=";
|
||||
cargoSha256 = "sha256-o3W0yyqGh3CDgymISsJyxLolxwOAY4p8ldrCwU8qwiA=";
|
||||
|
||||
buildInputs = lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.CoreServices
|
||||
|
||||
Reference in New Issue
Block a user