mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
ruff: 0.0.224 -> 0.0.225
Diff: https://github.com/charliermarsh/ruff/compare/v0.0.224...v0.0.225 Changelog: https://github.com/charliermarsh/ruff/releases/tag/v0.0.225
This commit is contained in:
parent
1d72880e16
commit
516e84cf0e
@ -7,16 +7,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "ruff";
|
||||
version = "0.0.224";
|
||||
version = "0.0.225";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "charliermarsh";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-NzRo6bVwR1+udPr4orfT0zR8HqbLGjudYpxzEauRuFI=";
|
||||
sha256 = "sha256-RHJF7OiPwEc3hAqpUVrX9yYidrW/Lxh9yaLc67WJSrQ=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-Biw5n8mNSnQWVh5MPyo5ZAu07PLCVLtrSwjouiyEeis=";
|
||||
cargoSha256 = "sha256-F9/rgfm+OykUKoGioErOvrXm+UJ/ZGOJ7wiJM5Opp1E=";
|
||||
|
||||
buildInputs = lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.CoreServices
|
||||
|
Loading…
Reference in New Issue
Block a user