Skip to content

Commit 458b191

Browse files
authored
ruff: 0.9.7 -> 0.9.8 (#385566)
2 parents 8de1db0 + 6985072 commit 458b191

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.7";
20+
version = "0.9.8";
2121

2222
src = fetchFromGitHub {
2323
owner = "astral-sh";
2424
repo = "ruff";
2525
tag = version;
26-
hash = "sha256-eUQ4YBaQvSHbPjETC1rdpCm8WzJYkJXLnaPThrBvgj0=";
26+
hash = "sha256-vsbsKxG2iOu6Pa1PmCGXa2zcYJmIHInnguiiLdW8bK8=";
2727
};
2828

2929
useFetchCargoVendor = true;
30-
cargoHash = "sha256-yEgKSz1iLVONFi/elZHesqLmYrgL3mAXCUccVxX9oRs=";
30+
cargoHash = "sha256-XZnKeBSBGa9gMlKq/jCB0Vy3e3rUAu33scbWiDEY8I4=";
3131

3232
nativeBuildInputs = [ installShellFiles ];
3333

0 commit comments

Comments
 (0)