ruff: 0.0.203 -> 0.0.204
Diff: https://github.com/charliermarsh/ruff/compare/v0.0.203...v0.0.204 Changelog: https://github.com/charliermarsh/ruff/releases/tag/v0.0.204
This commit is contained in:
parent
412d4ebdc4
commit
56c5f3ceec
1 changed files with 3 additions and 3 deletions
|
@ -7,16 +7,16 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "ruff";
|
||||
version = "0.0.203";
|
||||
version = "0.0.204";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "charliermarsh";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-phR43uqyAlFVldaUKGmBZ44PDbMGutJwGUKJk94kyp8=";
|
||||
sha256 = "sha256-xKei/U5aDiwTMRtcg9i1p0dRTMcZ7DMK4BQImJw0PbE=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-fqhKVRrd/xGaaKujXobY60loHCSUQgHFwcvLrXM4/U0=";
|
||||
cargoSha256 = "sha256-d5vwHj2yJH7w0/5I0VpXpaY6+DsGgEnZkoKhiDegobE=";
|
||||
|
||||
buildInputs = lib.optionals stdenv.isDarwin [
|
||||
darwin.apple_sdk.frameworks.CoreServices
|
||||
|
|
Loading…
Reference in a new issue