vscode-extensions.kahole.magit: 0.6.40 -> 0.6.43

This commit is contained in:
Tim Kleinschmidt 2023-07-02 20:10:39 +02:00
parent d8c2229c49
commit 95dad9c02d
No known key found for this signature in database
GPG Key ID: 3F74D3A286A02EED

View File

@ -1923,11 +1923,16 @@ let
mktplcRef = {
name = "magit";
publisher = "kahole";
version = "0.6.40";
sha256 = "sha256-AwkjfKBlAl6hTRN1nE6UuUuDXMJUXXDK2+3YzUp9drc=";
version = "0.6.43";
sha256 = "sha256-DPLlQ2IliyvzW8JvgVlGKNd2JjD/RbclNXU3gEFVhOE=";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/kahole.magit/changelog";
description = "Magit for VSCode";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=kahole.magit";
homepage = "https://github.com/kahole/edamagit";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.azd325 ];
};
};