Gaetan Lepage 2024-07-21 00:16:45 +02:00
parent 674c138ef0
commit 059a621649
2 changed files with 5 additions and 5 deletions

View File

@ -1992,7 +1992,7 @@ dependencies = [
[[package]]
name = "ruff"
version = "0.5.3"
version = "0.5.4"
dependencies = [
"anyhow",
"argfile",
@ -2176,7 +2176,7 @@ dependencies = [
[[package]]
name = "ruff_linter"
version = "0.5.3"
version = "0.5.4"
dependencies = [
"aho-corasick",
"annotate-snippets 0.9.2",
@ -2491,7 +2491,7 @@ dependencies = [
[[package]]
name = "ruff_wasm"
version = "0.5.3"
version = "0.5.4"
dependencies = [
"console_error_panic_hook",
"console_log",

View File

@ -13,13 +13,13 @@
rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.5.3";
version = "0.5.4";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "ruff";
rev = "refs/tags/${version}";
hash = "sha256-+tlE5izXD+kNVwF0nucRsLALYQnkAnCZEONPVDG6dwk=";
hash = "sha256-dvvhd84T2YaNR5yu1uYcqwHjVzcWXvlXthyMBf8qZzE=";
};
cargoLock = {