ruff: 0.15.13 -> 0.15.14

Changelog: https://github.com/astral-sh/ruff/releases/tag/0.15.14
Diff: https://github.com/astral-sh/ruff/compare/0.15.13...0.15.14

Automation notice:
I used https://github.com/Mic92/nix-update (nix-update ruff --version
0.15.14) to edit the version number and fetch hashes more quickly.
This commit is contained in:
Jost Alemann
2026-05-21 19:46:06 +02:00
parent 1be2807b08
commit 35b7c1ee11
+3 -3
View File
@@ -16,7 +16,7 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "ruff";
version = "0.15.13";
version = "0.15.14";
__structuredAttrs = true;
@@ -24,12 +24,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
owner = "astral-sh";
repo = "ruff";
tag = finalAttrs.version;
hash = "sha256-Sr5eD5aZP+1/wbRHQjampWbWea+rXshcwOfCr4JCvxA=";
hash = "sha256-Z8UhVS+YbYAxVWodU/I+p3Ns5/EpmzBTChcbkvJwe6Y=";
};
cargoBuildFlags = [ "--package=ruff" ];
cargoHash = "sha256-3y7kqhAUXZ+Ui6quGEDSRXrh3ii9NJLoFWnGX/Mp0l4=";
cargoHash = "sha256-GnRC5jXySAna7uAKPDtpPQUJe8AKqVSU+ynmGKZtfTs=";
nativeBuildInputs = [ installShellFiles ];