Loading pkgs/by-name/ru/ruff/Cargo.lock +3 −3 Original line number Diff line number Diff line Loading @@ -2060,7 +2060,7 @@ dependencies = [ [[package]] name = "ruff" version = "0.6.0" version = "0.6.1" dependencies = [ "anyhow", "argfile", Loading Loading @@ -2252,7 +2252,7 @@ dependencies = [ [[package]] name = "ruff_linter" version = "0.6.0" version = "0.6.1" dependencies = [ "aho-corasick", "annotate-snippets 0.9.2", Loading Loading @@ -2572,7 +2572,7 @@ dependencies = [ [[package]] name = "ruff_wasm" version = "0.6.0" version = "0.6.1" dependencies = [ "console_error_panic_hook", "console_log", Loading pkgs/by-name/ru/ruff/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -13,13 +13,13 @@ rustPlatform.buildRustPackage rec { pname = "ruff"; version = "0.6.0"; version = "0.6.1"; src = fetchFromGitHub { owner = "astral-sh"; repo = "ruff"; rev = "refs/tags/${version}"; hash = "sha256-s4JIqeOIxJ3NQ61fuBYYF0kSovEMcVHRExLB7kpICeg="; hash = "sha256-/tD1TJRq+/2/KMmRHqB8ZbShoDkXG9nnBqacxXYKjbg="; }; cargoLock = { Loading Loading
pkgs/by-name/ru/ruff/Cargo.lock +3 −3 Original line number Diff line number Diff line Loading @@ -2060,7 +2060,7 @@ dependencies = [ [[package]] name = "ruff" version = "0.6.0" version = "0.6.1" dependencies = [ "anyhow", "argfile", Loading Loading @@ -2252,7 +2252,7 @@ dependencies = [ [[package]] name = "ruff_linter" version = "0.6.0" version = "0.6.1" dependencies = [ "aho-corasick", "annotate-snippets 0.9.2", Loading Loading @@ -2572,7 +2572,7 @@ dependencies = [ [[package]] name = "ruff_wasm" version = "0.6.0" version = "0.6.1" dependencies = [ "console_error_panic_hook", "console_log", Loading
pkgs/by-name/ru/ruff/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -13,13 +13,13 @@ rustPlatform.buildRustPackage rec { pname = "ruff"; version = "0.6.0"; version = "0.6.1"; src = fetchFromGitHub { owner = "astral-sh"; repo = "ruff"; rev = "refs/tags/${version}"; hash = "sha256-s4JIqeOIxJ3NQ61fuBYYF0kSovEMcVHRExLB7kpICeg="; hash = "sha256-/tD1TJRq+/2/KMmRHqB8ZbShoDkXG9nnBqacxXYKjbg="; }; cargoLock = { Loading