From d9dd89d3681f7ea298dc5cf7bdc87a99372e5f23 Mon Sep 17 00:00:00 2001 From: Tim Kleinschmidt Date: Sun, 18 Jun 2023 10:20:03 +0200 Subject: [PATCH] vscode-extensions.charliermarsh.ruff: 2023.22.0 -> 2023.24.0 - update project urls https://astral.sh/blog/announcing-astral-the-company-behind-ruff --- pkgs/applications/editors/vscode/extensions/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index 319169b08c95..f84f17c35fb5 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -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 ]; }; };