We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 399068c + 2599327 commit 0bda27cCopy full SHA for 0bda27c
pkgs/by-name/ru/ruff/package.nix
@@ -17,17 +17,17 @@
17
18
rustPlatform.buildRustPackage rec {
19
pname = "ruff";
20
- version = "0.9.1";
+ version = "0.9.2";
21
22
src = fetchFromGitHub {
23
owner = "astral-sh";
24
repo = "ruff";
25
tag = version;
26
- hash = "sha256-QLg86MDeIykILChyYaOPUEV2hZmeJkIPztNW5t+StFE=";
+ hash = "sha256-DKDSjiN7Ve/1mHWXoYOIdJ67MRoJYDR59VuVmfwYJHs=";
27
};
28
29
useFetchCargoVendor = true;
30
- cargoHash = "sha256-dLZADdLWZtlN+vK2zyk2mH6GyMqRsm3cWtRJmr3NKWU=";
+ cargoHash = "sha256-eIiR7pvSOZdB1lTPLtdriO9lkufFY/gX5d2ku53g2vE=";
31
32
nativeBuildInputs = [ installShellFiles ];
33
0 commit comments