figsoda
2023-09-01 13:15:51 -04:00
parent d14475fa0a
commit 95ced283da
2 changed files with 347 additions and 308 deletions
+345 -306
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "ruff";
version = "0.0.286";
version = "0.0.287";
src = fetchFromGitHub {
owner = "astral-sh";
repo = pname;
rev = "v${version}";
hash = "sha256-5bMfOju1uJV4+a4UTzaanpzU6PjCSK9HHMdhvKVaNcg=";
hash = "sha256-T7PuhQnb7Ae9mYdaxDBltJWx5ODTscvEP3LcSEcSuLo=";
};
cargoLock = {