Merge pull request #238380 from Azd325/master

vscode-extensions.charliermarsh.ruff: 2023.22.0 -> 2023.24.0

authored by

Pol Dellaiera and committed by
GitHub
16b7cb46 c223f49e

+4 -4
+4 -4
pkgs/applications/editors/vscode/extensions/default.nix
··· 651 651 mktplcRef = { 652 652 name = "ruff"; 653 653 publisher = "charliermarsh"; 654 - version = "2023.22.0"; 655 - sha256 = "sha256-RhEDf/EbUD5YdHDyoZwr68OfOgKfkSXJFsKcLHC5bcc="; 654 + version = "2023.24.0"; 655 + sha256 = "sha256-wwunbseX/VxoU8mRDankDim6PQy8uwEhLXR4RUVo7Xw="; 656 656 }; 657 657 meta = { 658 658 license = lib.licenses.mit; 659 - changelog = "https://github.com/charliermarsh/ruff-vscode/releases"; 659 + changelog = "https://github.com/astral-sh/ruff-vscode/releases"; 660 660 description = "Ruff extension for Visual Studio Code"; 661 661 downloadPage = "https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff"; 662 - homepage = "https://github.com/charliermarsh/ruff-vscode/"; 662 + homepage = "https://github.com/astral-sh/ruff-vscode/"; 663 663 maintainers = [ lib.maintainers.azd325 ]; 664 664 }; 665 665 };