Unverified Commit 13337b1a authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #201655 from figsoda/ruff

ruff: 0.0.122 -> 0.0.125
parents e894d912 bae8a2c9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
  pname = "ruff";
  version = "0.0.122";
  version = "0.0.125";

  src = fetchFromGitHub {
    owner = "charliermarsh";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-+CQOQcA7JLHsl6ieDpIEzUdeMBsGyP686mWaYgyweH4=";
    sha256 = "sha256-DKIe5tb0xMG6ieuiecHWWYT7rE4soyok3oh0OPseKks=";
  };

  cargoSha256 = "sha256-ZxJ7ErGdsI1dZIeUVdYBD4IF0nHHnIJGUXn+rtSBLLY=";
  cargoSha256 = "sha256-qIvXg/rh7UisVt65fwNxWOxM8brBWfF9zoRlfs7Nv/Y=";

  buildInputs = lib.optionals stdenv.isDarwin [
    CoreServices