3
0
Fork 0
forked from mirrors/nixpkgs
figsoda 2023-03-23 15:22:51 -04:00
parent 598cf2090c
commit e5f81ec135
2 changed files with 5 additions and 5 deletions

View file

@ -780,7 +780,7 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
[[package]]
name = "flake8-to-ruff"
version = "0.0.258"
version = "0.0.259"
dependencies = [
"anyhow",
"clap 4.1.8",
@ -1982,7 +1982,7 @@ dependencies = [
[[package]]
name = "ruff"
version = "0.0.258"
version = "0.0.259"
dependencies = [
"anyhow",
"bisection",
@ -2063,7 +2063,7 @@ dependencies = [
[[package]]
name = "ruff_cli"
version = "0.0.258"
version = "0.0.259"
dependencies = [
"annotate-snippets 0.9.1",
"anyhow",

View file

@ -8,13 +8,13 @@
rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.0.258";
version = "0.0.259";
src = fetchFromGitHub {
owner = "charliermarsh";
repo = pname;
rev = "v${version}";
hash = "sha256-rlMghh6NmyIJTdjf6xmzVuevXh/OrBqhx+CkvvQwlng=";
hash = "sha256-K0EfKG140MDfSg3BVJi9x0q1it5nEeREpkanx2RW1Kw=";
};
# We have to use importCargoLock here because `cargo vendor` currently doesn't support workspace