ruff: 0.12.9 -> 0.12.10

Changelog: https://github.com/astral-sh/ruff/releases/tag/0.12.10
This commit is contained in:
Benjamin Sparks
2025-08-21 22:13:47 +02:00
parent 037e6f1d25
commit 9d6e6ae993
+3 -3
View File
@@ -16,18 +16,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "ruff";
version = "0.12.9";
version = "0.12.10";
src = fetchFromGitHub {
owner = "astral-sh";
repo = "ruff";
tag = finalAttrs.version;
hash = "sha256-F6THHweMVJqmqKeexZIWW7iHCPc0I6Ttr8RzXWSdww8=";
hash = "sha256-pHwWYgU/PMkoKIADJsbU3ta+u7H4DR+kb3xZturqpgk=";
};
cargoBuildFlags = [ "--package=ruff" ];
cargoHash = "sha256-gXuRcb1Gk5t2R44/xeE+x3AXccnRyt9SukYYXE0JPQU=";
cargoHash = "sha256-M4NyUvtoDK9MKacSMl+W4d+WF7LrINm9zowrTNwy9wk=";
nativeBuildInputs = [ installShellFiles ];