Skip to content

Commit

Permalink
ruff: 0.8.6 -> 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 9, 2025
1 parent cfbd2d1 commit 4b3ba6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ru/ruff/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@

rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.8.6";
version = "0.9.0";

src = fetchFromGitHub {
owner = "astral-sh";
repo = "ruff";
tag = version;
hash = "sha256-9YvHmNiKdf5hKqy9tToFSQZM2DNLoIiChcfjQay8wbU=";
hash = "sha256-OAhjatPzwvLT3HyXYPzaL5pAC5CH75CyMmFo0c4726I=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-aTzTCDCMhG4cKD9wFNHv6A3VBUifnKgI8a6kelc3bAM=";
cargoHash = "sha256-vroKiwouk2E2WYB/B+8zszXqer5pENDYrxcrCQ17mF0=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 4b3ba6d

Please sign in to comment.