Gaetan Lepage
2024-05-31 23:27:29 +02:00
parent e45abe6d47
commit 53369cddb1
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1903,7 +1903,7 @@ dependencies = [
[[package]]
name = "ruff"
version = "0.4.6"
version = "0.4.7"
dependencies = [
"anyhow",
"argfile",
@@ -2064,7 +2064,7 @@ dependencies = [
[[package]]
name = "ruff_linter"
version = "0.4.6"
version = "0.4.7"
dependencies = [
"aho-corasick",
"annotate-snippets 0.9.2",
+2 -2
View File
@@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.4.6";
version = "0.4.7";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "ruff";
rev = "refs/tags/v${version}";
hash = "sha256-ECFBciJjVmz8yvZci6dV4L3o4objkbU5HwB2qy0Mqv4=";
hash = "sha256-1WQQpIdGFWEq6HzFFA5qRC3wnqtUvdzC/6VIkDY1pZI=";
};
cargoLock = {