Skip to content

Commit

Permalink
ruff: 0.9.1 -> 0.9.2 (#374335)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 16, 2025
2 parents 399068c + 2599327 commit 0bda27c
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.9.1";
version = "0.9.2";

src = fetchFromGitHub {
owner = "astral-sh";
repo = "ruff";
tag = version;
hash = "sha256-QLg86MDeIykILChyYaOPUEV2hZmeJkIPztNW5t+StFE=";
hash = "sha256-DKDSjiN7Ve/1mHWXoYOIdJ67MRoJYDR59VuVmfwYJHs=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-dLZADdLWZtlN+vK2zyk2mH6GyMqRsm3cWtRJmr3NKWU=";
cargoHash = "sha256-eIiR7pvSOZdB1lTPLtdriO9lkufFY/gX5d2ku53g2vE=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 0bda27c

Please sign in to comment.