ruff: 0.11.3 -> 0.11.4 (#396305)

This commit is contained in:
Gaétan Lepage 2025-04-05 14:40:39 +02:00 committed by GitHub
commit 99fd632352
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,17 +17,17 @@
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "ruff"; pname = "ruff";
version = "0.11.3"; version = "0.11.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "astral-sh"; owner = "astral-sh";
repo = "ruff"; repo = "ruff";
tag = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-5kUoriAT9PqcEYK3jMm58jBcWwsVA1rU9juivE1jnvI="; hash = "sha256-6Nfnn8VOT0VBPxrMQJAsFt+FrR/rYbh6pyEsW8Ca43s=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-e68m1wep7oR2dNQSSPGXuSVLlO60YT5ccD4f5ryiGtU="; cargoHash = "sha256-zFF7DvkzgF0mVFFAvllz01DVmpdJrln0srd5Z9MwLPk=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];
@ -66,7 +66,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
nativeInstallCheckInputs = [ nativeInstallCheckInputs = [
versionCheckHook versionCheckHook
]; ];
versionCheckProgramArg = [ "--version" ]; versionCheckProgramArg = "--version";
doInstallCheck = true; doInstallCheck = true;
passthru = { passthru = {