lol

ruff: 0.8.2 -> 0.8.3 (#364672)

authored by

Sandro and committed by
GitHub
5a424e8a a0535fa4

+3 -3
+3 -3
pkgs/by-name/ru/ruff/package.nix
··· 16 16 17 17 python3Packages.buildPythonPackage rec { 18 18 pname = "ruff"; 19 - version = "0.8.2"; 19 + version = "0.8.3"; 20 20 pyproject = true; 21 21 22 22 outputs = [ ··· 28 28 owner = "astral-sh"; 29 29 repo = "ruff"; 30 30 tag = version; 31 - hash = "sha256-rAIedDjJ1OajxrHS9cgP9sdcTbT7JFbA16jeVsaoEEY="; 31 + hash = "sha256-WCLt8t3T3S91Gim+OtvVXbdajsdoXiKBau3pNyBcexY="; 32 32 }; 33 33 34 34 # Do not rely on path lookup at runtime to find the ruff binary ··· 41 41 42 42 cargoDeps = rustPlatform.fetchCargoVendor { 43 43 inherit pname version src; 44 - hash = "sha256-aT1qF7RYytUTLVIM0QDgPesiJPCLwKoARWcIBgwN7C8="; 44 + hash = "sha256-DN+Y7EAQ09aqJ3btdTP4rInzs3NN3b2wwreOvXULpOQ="; 45 45 }; 46 46 47 47 nativeBuildInputs =