From a34f62bd63e33337954cd09ba26b0aef4783d7ae Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 15 Mar 2026 04:07:28 +0000 Subject: [PATCH] vscode-extensions.reditorsupport.r-syntax: 0.1.3 -> 0.1.4 --- .../vscode/extensions/reditorsupport.r-syntax/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/vscode/extensions/reditorsupport.r-syntax/default.nix b/pkgs/applications/editors/vscode/extensions/reditorsupport.r-syntax/default.nix index bd024aed190a..96b21f0888ff 100644 --- a/pkgs/applications/editors/vscode/extensions/reditorsupport.r-syntax/default.nix +++ b/pkgs/applications/editors/vscode/extensions/reditorsupport.r-syntax/default.nix @@ -4,8 +4,8 @@ vscode-utils.buildVscodeMarketplaceExtension { mktplcRef = { name = "r-syntax"; publisher = "REditorSupport"; - version = "0.1.3"; - hash = "sha256-grkfkmyERVUkB8kSH+NPd2Mv4WF/h/obw8ebmxPx5zU="; + version = "0.1.4"; + hash = "sha256-7MX01miPbiOfnxXaCMg0yAKHXsBcwRUYuiU9yTzMGIQ="; }; meta = { changelog = "https://marketplace.visualstudio.com/items/REditorSupport.r-syntax/changelog";