From 9a527806c41b380c8556a4f7a1994a78e9e01a51 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 28 Sep 2025 09:46:34 +0000 Subject: [PATCH] vscode-extensions.coder.coder-remote: 1.10.1 -> 1.11.0 --- pkgs/applications/editors/vscode/extensions/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index 892c2201f772..3a135b3edc22 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -1003,8 +1003,8 @@ let mktplcRef = { name = "coder-remote"; publisher = "coder"; - version = "1.10.1"; - hash = "sha256-TD2lWGZCKTj9qbwV9elue+jyoQLEOmPBuePpOXH8wEg="; + version = "1.11.0"; + hash = "sha256-gyhvLFFGVUxOYr33SeWJIlVYQGEDUkuGyATylI+loUM="; }; meta = { description = "Extension for Visual Studio Code to open any Coder workspace in VS Code with a single click";