ruff: 0.11.7 -> 0.11.8 (#403375)

authored by Gaétan Lepage and committed by GitHub 36d71378 7b5e70cc

+3 -3
+3 -3
pkgs/by-name/ru/ruff/package.nix
··· 16 17 rustPlatform.buildRustPackage (finalAttrs: { 18 pname = "ruff"; 19 - version = "0.11.7"; 20 21 src = fetchFromGitHub { 22 owner = "astral-sh"; 23 repo = "ruff"; 24 tag = finalAttrs.version; 25 - hash = "sha256-DXu9/DRwcffZtsql/Qk+6GyzhiYXUyW6R9FCAvLhn6o="; 26 }; 27 28 useFetchCargoVendor = true; 29 - cargoHash = "sha256-4TK7HEdSCvUGqsAH+dnPgMBYmT/0mOnvQXHr/PtcsT0="; 30 31 nativeBuildInputs = [ installShellFiles ]; 32
··· 16 17 rustPlatform.buildRustPackage (finalAttrs: { 18 pname = "ruff"; 19 + version = "0.11.8"; 20 21 src = fetchFromGitHub { 22 owner = "astral-sh"; 23 repo = "ruff"; 24 tag = finalAttrs.version; 25 + hash = "sha256-HVZADn9xpwywubEbaMJgOs3yCXa4pNWnnrfSICF2+DE="; 26 }; 27 28 useFetchCargoVendor = true; 29 + cargoHash = "sha256-TB7ARPTwYTNqbrcfwl9RCYmAw+y0uudaBp1YyDg52/w="; 30 31 nativeBuildInputs = [ installShellFiles ]; 32