figsoda 2023-07-23 11:16:39 -04:00
parent 8a9ab96686
commit 582a3ed37e
2 changed files with 5 additions and 5 deletions

View File

@ -734,7 +734,7 @@ dependencies = [
[[package]]
name = "flake8-to-ruff"
version = "0.0.279"
version = "0.0.280"
dependencies = [
"anyhow",
"clap",
@ -1888,7 +1888,7 @@ dependencies = [
[[package]]
name = "ruff"
version = "0.0.279"
version = "0.0.280"
dependencies = [
"annotate-snippets 0.9.1",
"anyhow",
@ -1988,7 +1988,7 @@ dependencies = [
[[package]]
name = "ruff_cli"
version = "0.0.279"
version = "0.0.280"
dependencies = [
"annotate-snippets 0.9.1",
"anyhow",

View File

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.0.279";
version = "0.0.280";
src = fetchFromGitHub {
owner = "astral-sh";
repo = pname;
rev = "v${version}";
hash = "sha256-7f/caaCbYt+Uatd12gATSJgs5Nx/X7YZhXEESl5OtWE=";
hash = "sha256-Pp/yurRPUHqrCD3V93z5EGMYf4IyLFQOL9d2sNe3TKs=";
};
cargoLock = {