Skip to content

Commit 0bda27c

Browse files
authored
ruff: 0.9.1 -> 0.9.2 (#374335)
2 parents 399068c + 2599327 commit 0bda27c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ru/ruff/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717

1818
rustPlatform.buildRustPackage rec {
1919
pname = "ruff";
20-
version = "0.9.1";
20+
version = "0.9.2";
2121

2222
src = fetchFromGitHub {
2323
owner = "astral-sh";
2424
repo = "ruff";
2525
tag = version;
26-
hash = "sha256-QLg86MDeIykILChyYaOPUEV2hZmeJkIPztNW5t+StFE=";
26+
hash = "sha256-DKDSjiN7Ve/1mHWXoYOIdJ67MRoJYDR59VuVmfwYJHs=";
2727
};
2828

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

3232
nativeBuildInputs = [ installShellFiles ];
3333

0 commit comments

Comments
 (0)