From 7130e9de1fffb05937244cbfafb3c95754939188 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 5 May 2026 22:38:34 +0000 Subject: [PATCH] sandbox-runtime: 0.0.49 -> 0.0.50 Diff: https://github.com/anthropic-experimental/sandbox-runtime/compare/v0.0.49...v0.0.50 Changelog: https://github.com/anthropic-experimental/sandbox-runtime/releases/tag/v0.0.50 --- pkgs/by-name/sa/sandbox-runtime/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/sa/sandbox-runtime/package.nix b/pkgs/by-name/sa/sandbox-runtime/package.nix index a3491cfb2029..368f9ae8ce83 100644 --- a/pkgs/by-name/sa/sandbox-runtime/package.nix +++ b/pkgs/by-name/sa/sandbox-runtime/package.nix @@ -17,13 +17,13 @@ buildNpmPackage (finalAttrs: { pname = "sandbox-runtime"; - version = "0.0.49"; + version = "0.0.50"; src = fetchFromGitHub { owner = "anthropic-experimental"; repo = "sandbox-runtime"; tag = "v${finalAttrs.version}"; - hash = "sha256-1QwUOtgOYcVm61nLCeQL46O/+G/LyXSv+ZnC3la2Ajc="; + hash = "sha256-L5MscAoXXaaUh0BgiDtVyjCdFneMP/w7jbE+1LVtRo0="; }; postPatch =