3
0
Fork 0
forked from mirrors/nixpkgs

ruff: 0.0.91 -> 0.0.92

This commit is contained in:
figsoda 2022-10-30 23:04:23 -04:00
parent 8a984d4c0b
commit e641cfb78e

View file

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.0.91";
version = "0.0.92";
src = fetchFromGitHub {
owner = "charliermarsh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KAifSlIFJPw0A83pH6kZz2fCmYf6QVmuhAwZWtXEV3o=";
sha256 = "sha256-PTlLxFtp1IdHobhwN4zoxVQgDDc8CAG4q5YD2DqQ7oM=";
};
cargoSha256 = "sha256-Zy6RQwRc3IYzK+pFs/CsZXZoRmnUfWeZTGpxjHTl6dY=";
cargoSha256 = "sha256-bhOT0kecoJL/DqOkYVgKZojV2U+nX0/ckWCPb8Zchu4=";
buildInputs = lib.optionals stdenv.isDarwin [
CoreServices