ruff: 0.8.3 -> 0.8.4 (#366555)

authored by Masum Reza and committed by GitHub 78e52d7a 668abaea

+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.3"; 19 + version = "0.8.4"; 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-WCLt8t3T3S91Gim+OtvVXbdajsdoXiKBau3pNyBcexY="; 31 + hash = "sha256-c5d2XaoEjCHWMdjTLD6CnwP8rpSXTUrmKSs0QWQ6UG0="; 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-DN+Y7EAQ09aqJ3btdTP4rInzs3NN3b2wwreOvXULpOQ="; 44 + hash = "sha256-jbUjsIJRpkKYc+qHN8tkcZrcjPTFJfdCsatezzdX4Ss="; 45 45 }; 46 46 47 47 nativeBuildInputs =