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.
1 parent 41b5387 commit 6985072Copy full SHA for 6985072
pkgs/by-name/ru/ruff/package.nix
@@ -17,17 +17,17 @@
17
18
rustPlatform.buildRustPackage rec {
19
pname = "ruff";
20
- version = "0.9.7";
+ version = "0.9.8";
21
22
src = fetchFromGitHub {
23
owner = "astral-sh";
24
repo = "ruff";
25
tag = version;
26
- hash = "sha256-eUQ4YBaQvSHbPjETC1rdpCm8WzJYkJXLnaPThrBvgj0=";
+ hash = "sha256-vsbsKxG2iOu6Pa1PmCGXa2zcYJmIHInnguiiLdW8bK8=";
27
};
28
29
useFetchCargoVendor = true;
30
- cargoHash = "sha256-yEgKSz1iLVONFi/elZHesqLmYrgL3mAXCUccVxX9oRs=";
+ cargoHash = "sha256-XZnKeBSBGa9gMlKq/jCB0Vy3e3rUAu33scbWiDEY8I4=";
31
32
nativeBuildInputs = [ installShellFiles ];
33
0 commit comments