From 35b7c1ee11b665b702afb2a82e3965bb22fe35b1 Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Thu, 21 May 2026 19:46:06 +0200 Subject: [PATCH] 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. --- pkgs/by-name/ru/ruff/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ru/ruff/package.nix b/pkgs/by-name/ru/ruff/package.nix index bc1345b250c4..08d40e4e30ff 100644 --- a/pkgs/by-name/ru/ruff/package.nix +++ b/pkgs/by-name/ru/ruff/package.nix @@ -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 ];