ruff: 0.0.172 -> 0.0.173
Diff: https://github.com/charliermarsh/ruff/compare/v0.0.172...v0.0.173 Changelog: https://github.com/charliermarsh/ruff/releases/tag/v0.0.173
This commit is contained in:
@@ -8,16 +8,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "ruff";
|
||||
version = "0.0.172";
|
||||
version = "0.0.173";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "charliermarsh";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-lDJJatz3vgalsPBMhmpjJ5f7n8szHH0VowsxFjWUm3s=";
|
||||
sha256 = "sha256-Z2BcLgqtIWYFq2go0a35WmQXvnWMrj+7OxHmmb2dgxk=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-9hoDJEKmGXNjtIzU9iZSqpTrwWiIeiwgR0y5wSuYkQE=";
|
||||
cargoSha256 = "sha256-uhMTikyfbMMAf122Nc5NFbOqsICc6nK7s1n1+97mzxQ=";
|
||||
|
||||
buildInputs = lib.optionals stdenv.isDarwin [
|
||||
CoreServices
|
||||
|
||||
Reference in New Issue
Block a user