lol

ruff: 0.9.9 -> 0.9.10 (#387940)

authored by

Gaétan Lepage and committed by
GitHub
08833cc7 74682356

+3 -3
+3 -3
pkgs/by-name/ru/ruff/package.nix
··· 17 17 18 18 rustPlatform.buildRustPackage (finalAttrs: { 19 19 pname = "ruff"; 20 - version = "0.9.9"; 20 + version = "0.9.10"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "astral-sh"; 24 24 repo = "ruff"; 25 25 tag = finalAttrs.version; 26 - hash = "sha256-SPthKFnUdBZwcLZm5EWmjskgdpO1+Llr6QEi8+a1cY0="; 26 + hash = "sha256-z1Lx/1RxGEjxIodg/J5aFIvCVYImU3S5xf+Pooj5oA0="; 27 27 }; 28 28 29 29 useFetchCargoVendor = true; 30 - cargoHash = "sha256-DNHl04LLKh4hUU4ZmI3UKSrMO7vHL6GjpbxKLYgBQ/A="; 30 + cargoHash = "sha256-ljO3e0/WtJhkI0B1+ze9MeQiqmqE5G6NGVAXU1HfO4Y="; 31 31 32 32 nativeBuildInputs = [ installShellFiles ]; 33 33