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 2b9e236 + 97d5117 commit c2e1803Copy full SHA for c2e1803
pkgs/by-name/ru/ruff/package.nix
@@ -17,17 +17,17 @@
17
18
rustPlatform.buildRustPackage rec {
19
pname = "ruff";
20
- version = "0.9.3";
+ version = "0.9.4";
21
22
src = fetchFromGitHub {
23
owner = "astral-sh";
24
repo = "ruff";
25
tag = version;
26
- hash = "sha256-V05GUo5nA6RhVWD7mn94GF3/93In3cnljd2G3hPeBZ0=";
+ hash = "sha256-HUCquxp8U6ZoHNSuUSu56EyiaSRRA8qUMYu6nNibt6w=";
27
};
28
29
useFetchCargoVendor = true;
30
- cargoHash = "sha256-FpybUZZ5qjo87fYbUAnK+w4cUPx4UWGzexL92cEnIFU=";
+ cargoHash = "sha256-EiIN97I72Iam7STjZhHnvVktJXJocnVomjVp8a8t+fM=";
31
32
nativeBuildInputs = [ installShellFiles ];
33
0 commit comments