the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump version to 0.6.2 and update hashes

+5 -5
+5 -5
flake.nix
··· 17 17 pkgs = import nixpkgs { inherit system; }; 18 18 lib = pkgs.lib; 19 19 20 - version = "0.6.1"; 20 + version = "0.6.2"; 21 21 22 22 targetMap = { 23 23 "x86_64-linux" = "x86_64-unknown-linux-gnu"; ··· 27 27 }; 28 28 29 29 hashMap = { 30 - "x86_64-linux" = "sha256-KAFG5YgbTLmJbdNwSA5kQTOYpSusArM3jQ3BY1WGx6M="; 31 - "aarch64-linux" = "sha256-rmcC/jP9O9EMz+J1iOKANF4yY+eMJo/PfR5zJSRa+TE="; 32 - "x86_64-darwin" = "sha256-1OoFVutCkM1OgRuhQpDB0cp6vmkpmeJd+N8Os3F6XnU="; 33 - "aarch64-darwin" = "sha256-Axpk7Mt2vsqokXoxp7ZIsXXooADeiTr0AbEFhA8jDwQ="; 30 + "x86_64-linux" = "sha256-srkt/TH4SyCKsiA15H5D/9eK0qsgTvYCesbQ2f2xAu0="; 31 + "aarch64-linux" = "sha256-eHkO9KYmkLiwlogbzGbyDDhnckjqNiZM0TvGDRv28YM="; 32 + "x86_64-darwin" = "sha256-YmDs9wBxJ+qd/68ltnDE/5O7qgsENxdzBK+9I9cHOQE="; 33 + "aarch64-darwin" = "sha256-MBjfEwRCcIbn1Rwfh2NkEI4F+xPCGzuc3nqzi1ELn+E="; 34 34 }; 35 35 36 36 target = targetMap.${system};