Unverified Commit 458b191e authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

ruff: 0.9.7 -> 0.9.8 (#385566)

parents 8de1db09 69850728
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,17 +17,17 @@

rustPlatform.buildRustPackage rec {
  pname = "ruff";
  version = "0.9.7";
  version = "0.9.8";

  src = fetchFromGitHub {
    owner = "astral-sh";
    repo = "ruff";
    tag = version;
    hash = "sha256-eUQ4YBaQvSHbPjETC1rdpCm8WzJYkJXLnaPThrBvgj0=";
    hash = "sha256-vsbsKxG2iOu6Pa1PmCGXa2zcYJmIHInnguiiLdW8bK8=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-yEgKSz1iLVONFi/elZHesqLmYrgL3mAXCUccVxX9oRs=";
  cargoHash = "sha256-XZnKeBSBGa9gMlKq/jCB0Vy3e3rUAu33scbWiDEY8I4=";

  nativeBuildInputs = [ installShellFiles ];