sandbox-runtime: 0.0.43 -> 0.0.44

This commit is contained in:
R. Ryantm
2026-03-31 00:36:54 +00:00
parent 10254dfa93
commit e99e69d3f5
+3 -3
View File
@@ -17,13 +17,13 @@
buildNpmPackage (finalAttrs: {
pname = "sandbox-runtime";
version = "0.0.43";
version = "0.0.44";
src = fetchFromGitHub {
owner = "anthropic-experimental";
repo = "sandbox-runtime";
tag = "v${finalAttrs.version}";
hash = "sha256-DzsIWR4IreGkSUtaJ2v5kTrI2hbG9O2bozQkJYYZ8LM=";
hash = "sha256-2yso4x2bsjMD4ij8Lp23dm61zQp+cdDMvsrMjiGKxo8=";
};
postPatch =
@@ -35,7 +35,7 @@ buildNpmPackage (finalAttrs: {
strictDeps = true;
npmDepsHash = "sha256-UUxkaGF1kUhq7XShxAq33oQoLG/aM5p/4rpXIH4I+yE=";
npmDepsHash = "sha256-7vZYKkIknGaVSDiFikDLzpd9aNdRLnaiq8GT0chOhUk=";
postFixup =
let