ruff: 0.0.171 -> 0.0.172
Diff: https://github.com/charliermarsh/ruff/compare/v0.0.171...v0.0.172 Changelog: https://github.com/charliermarsh/ruff/releases/tag/v0.0.172
This commit is contained in:
@@ -8,16 +8,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "ruff";
|
||||
version = "0.0.171";
|
||||
version = "0.0.172";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "charliermarsh";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-2aqpQo7U17wqQ/YUMreOOKkcVWiKHAdFAUL/6HP6zN8=";
|
||||
sha256 = "sha256-lDJJatz3vgalsPBMhmpjJ5f7n8szHH0VowsxFjWUm3s=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-N/WoPc2BxujqE/OSp9RWS7dBHGKxIixtBqwDwR3p6TM=";
|
||||
cargoSha256 = "sha256-9hoDJEKmGXNjtIzU9iZSqpTrwWiIeiwgR0y5wSuYkQE=";
|
||||
|
||||
buildInputs = lib.optionals stdenv.isDarwin [
|
||||
CoreServices
|
||||
|
||||
Reference in New Issue
Block a user