Skip to content

Commit

Permalink
ruff: 0.0.52 -> 0.0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Oct 5, 2022
1 parent ef157b4 commit 59b984c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/ruff/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.0.52";
version = "0.0.56";

src = fetchFromGitHub {
owner = "charliermarsh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-x4aP2CZQLd5K2VVk32Cuopd7/CJbNQvqXMHontrNtSE=";
sha256 = "sha256-nQmBHBWaViArY61Goo8opxbvJkrGftQ9UHRkO4V8u8c=";
};

cargoSha256 = "sha256-7q+mVu/y/A1+XNTKlxfbAn1s9xWIbdHJxQ2civxjW8o=";
cargoSha256 = "sha256-f1ByWxR6iWbEjxDPaKJnzE1jlMQX1kILySbV6A3wuXY=";

buildInputs = lib.optionals stdenv.isDarwin [
CoreServices
Expand Down

0 comments on commit 59b984c

Please sign in to comment.