ruff: 0.12.5 -> 0.12.8 (#431874)

authored by Gaétan Lepage and committed by GitHub f2e77cfe d0584aee

+3 -3
+3 -3
pkgs/by-name/ru/ruff/package.nix
··· 16 16 17 17 rustPlatform.buildRustPackage (finalAttrs: { 18 18 pname = "ruff"; 19 - version = "0.12.5"; 19 + version = "0.12.8"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "astral-sh"; 23 23 repo = "ruff"; 24 24 tag = finalAttrs.version; 25 - hash = "sha256-A+ivcL8c1K+IXbtrL1v4i0iRU6urBMvPbs01ZJNRLpM="; 25 + hash = "sha256-ypYtAUQBFSf+cgly9K5eRMegtWrRmLmqrgfRmCJvXEk="; 26 26 }; 27 27 28 28 # Patch out test that fails due to ANSI escape codes being written as-is, ··· 48 48 49 49 cargoBuildFlags = [ "--package=ruff" ]; 50 50 51 - cargoHash = "sha256-pnYXqJ2Za8Y5RqSB4UL/VITCmY4EGQDTTLklyqJdB5w="; 51 + cargoHash = "sha256-0iYwS8Ssi4JDxwr0Q2+iKvYHb179L6BiiuXa2D4qiOA="; 52 52 53 53 nativeBuildInputs = [ installShellFiles ]; 54 54