3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #238380 from Azd325/master

vscode-extensions.charliermarsh.ruff: 2023.22.0 -> 2023.24.0
This commit is contained in:
Pol Dellaiera 2023-06-19 04:59:23 +02:00 committed by GitHub
commit 16b7cb46af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];
};
};