Gaetan Lepage
2026-05-05 22:38:34 +00:00
parent d034c30437
commit 7130e9de1f
+2 -2
View File
@@ -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 =