figsoda 2023-05-05 13:38:42 -04:00
parent 24685bcce9
commit ee3131ad40
2 changed files with 5 additions and 5 deletions

View file

@ -841,7 +841,7 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
[[package]]
name = "flake8-to-ruff"
version = "0.0.264"
version = "0.0.265"
dependencies = [
"anyhow",
"clap 4.2.4",
@ -2004,7 +2004,7 @@ dependencies = [
[[package]]
name = "ruff"
version = "0.0.264"
version = "0.0.265"
dependencies = [
"annotate-snippets 0.9.1",
"anyhow",
@ -2093,7 +2093,7 @@ dependencies = [
[[package]]
name = "ruff_cli"
version = "0.0.264"
version = "0.0.265"
dependencies = [
"annotate-snippets 0.9.1",
"anyhow",

View file

@ -8,13 +8,13 @@
rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.0.264";
version = "0.0.265";
src = fetchFromGitHub {
owner = "charliermarsh";
repo = pname;
rev = "v${version}";
hash = "sha256-MDNqoKsXKSM5l351bMs4Z5Voig+HwR2907xlHDFB6x4=";
hash = "sha256-b45kPvN2yILZBvP8eSNfWD6gpinwi9RsvmonRGYj0cI=";
};
# We have to use importCargoLock here because `cargo vendor` currently doesn't support workspace