Loading pkgs/development/tools/ruff/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,16 +7,16 @@ rustPlatform.buildRustPackage rec { pname = "ruff"; version = "0.0.209"; version = "0.0.210"; src = fetchFromGitHub { owner = "charliermarsh"; repo = pname; rev = "v${version}"; sha256 = "sha256-DYMGGA/GGE4Vue8G61gmDFspODVI81vTK9iOuIB8dDA="; sha256 = "sha256-BksZztjKlRaJ4KWTVTW5R+Oay0gJTqmnKV5KSo7NBM8="; }; cargoSha256 = "sha256-Uvl/3VutaquorMMd8KQlqBc5DOdh23oLZSjGExTqUWE="; cargoSha256 = "sha256-ZKC+yPCxX8oRFAj36oOwWyNbyFHEFoBd+ROBagNi1Rw="; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.CoreServices Loading Loading
pkgs/development/tools/ruff/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,16 +7,16 @@ rustPlatform.buildRustPackage rec { pname = "ruff"; version = "0.0.209"; version = "0.0.210"; src = fetchFromGitHub { owner = "charliermarsh"; repo = pname; rev = "v${version}"; sha256 = "sha256-DYMGGA/GGE4Vue8G61gmDFspODVI81vTK9iOuIB8dDA="; sha256 = "sha256-BksZztjKlRaJ4KWTVTW5R+Oay0gJTqmnKV5KSo7NBM8="; }; cargoSha256 = "sha256-Uvl/3VutaquorMMd8KQlqBc5DOdh23oLZSjGExTqUWE="; cargoSha256 = "sha256-ZKC+yPCxX8oRFAj36oOwWyNbyFHEFoBd+ROBagNi1Rw="; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.CoreServices Loading