From ad3d66a84bf8f6d849a9f96333f5b9d1f4bc187d Mon Sep 17 00:00:00 2001 From: Randall Date: Fri, 17 Mar 2023 08:42:15 -0700 Subject: [PATCH] Update `host-spawn` to v1.4.1 Signed-off-by: Randall --- com.visualstudio.code.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/com.visualstudio.code.yaml b/com.visualstudio.code.yaml index 2206cf0..1f37730 100644 --- a/com.visualstudio.code.yaml +++ b/com.visualstudio.code.yaml @@ -141,13 +141,13 @@ modules: - install -Dm755 host-spawn /app/bin/host-spawn sources: - type: file - url: https://github.com/1player/host-spawn/releases/download/1.4.0/host-spawn-x86_64 - sha256: 58376355681d673f310566145e05675fce6e51468d2737c1cafd9500e0b6bbcd + url: https://github.com/1player/host-spawn/releases/download/1.4.1/host-spawn-x86_64 + sha256: d81bb6125ec73a9a2e26266c48787367fbcb665d67c2e7fb42217f0981106cf7 dest-filename: host-spawn only-arches: [x86_64] - type: file - url: https://github.com/1player/host-spawn/releases/download/1.4.0/host-spawn-aarch64 - sha256: 34aee99088117166abc30b8dbcfbc2f1e3dff4b669858373c15e8337a1808f1f + url: https://github.com/1player/host-spawn/releases/download/1.4.1/host-spawn-aarch64 + sha256: 29bff846d72e37093b3fdf7859bae16addd64acc98087f8c059548df3c2273c4 dest-filename: host-spawn only-arches: [aarch64]