Merge pull request #280440 from GaetanLepage/ruff

authored by Franz Pletz and committed by GitHub 42e8dd45 5066b091

+5 -5
+2 -2
pkgs/development/python-modules/python-lsp-ruff/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "python-lsp-ruff"; 15 - version = "2.0.1"; 15 + version = "2.0.2"; 16 16 pyproject = true; 17 17 disabled = pythonOlder "3.8"; 18 18 19 19 src = fetchPypi { 20 20 inherit version; 21 21 pname = "python-lsp-ruff"; 22 - sha256 = "sha256-sgS0wwFuAaaen9b/vpJrpAsUvE2lehfHVaOB/hSol9k="; 22 + hash = "sha256-tKYhkRnXPZF1/9iK6ssNtoWa5y9gYVj9zFUOEFlXyOA="; 23 23 }; 24 24 25 25 postPatch = ''
+3 -3
pkgs/development/tools/ruff/default.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "ruff"; 14 - version = "0.1.11"; 14 + version = "0.1.13"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "astral-sh"; 18 18 repo = "ruff"; 19 19 rev = "refs/tags/v${version}"; 20 - hash = "sha256-yKb74GADeALai4qZ/+dR6u/QzKQF5404+YJKSYU/oFU="; 20 + hash = "sha256-cH/Vw04QQ3U7E1ZCwozjhPcn0KVljP976/p3okrBpEU="; 21 21 }; 22 22 23 - cargoHash = "sha256-lvgLQH/WaLTO0k/L7n9ujylOhbbFAn3R4MY5JsOTcwI="; 23 + cargoHash = "sha256-tmoFnghHQEsyv0vO9fnWyTsxiIhmovhi/zHXOCi5u10="; 24 24 25 25 nativeBuildInputs = [ 26 26 installShellFiles