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

- update project urls
https://astral.sh/blog/announcing-astral-the-company-behind-ruff
This commit is contained in:
Tim Kleinschmidt 2023-06-18 10:20:03 +02:00
parent 4d887ae766
commit d9dd89d368
No known key found for this signature in database
GPG Key ID: 3F74D3A286A02EED

View File

@ -651,15 +651,15 @@ let
mktplcRef = {
name = "ruff";
publisher = "charliermarsh";
version = "2023.22.0";
sha256 = "sha256-RhEDf/EbUD5YdHDyoZwr68OfOgKfkSXJFsKcLHC5bcc=";
version = "2023.24.0";
sha256 = "sha256-wwunbseX/VxoU8mRDankDim6PQy8uwEhLXR4RUVo7Xw=";
};
meta = {
license = lib.licenses.mit;
changelog = "https://github.com/charliermarsh/ruff-vscode/releases";
changelog = "https://github.com/astral-sh/ruff-vscode/releases";
description = "Ruff extension for Visual Studio Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff";
homepage = "https://github.com/charliermarsh/ruff-vscode/";
homepage = "https://github.com/astral-sh/ruff-vscode/";
maintainers = [ lib.maintainers.azd325 ];
};
};