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.6 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.4"; 20 + version = "0.6.6"; 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-4c0w2MvpRCtCJ368ouNhxuXma13LByzDRKYD9Wxdx98="; 31 - "aarch64-linux" = "sha256-gbSlvkwcQ81U28PQGOLoYvDEO0nMiEAg99e3Avlj/60="; 32 - "x86_64-darwin" = "sha256-0iO3MDUgji0849XD2X2q+YAmfFCbAvBNsoKW2OAYwUE="; 33 - "aarch64-darwin" = "sha256-mrWCquW4UINHhjKoPpE2+/6tmyovI33xp63S54yo2ns="; 30 + "x86_64-linux" = "sha256-CTIAOU0shF7dDYYA1ry9xm2h6AC3m6QZ1hQ6JSUsfLY="; 31 + "aarch64-linux" = "sha256-yvPcsr2lH1CQfMhzZVSbOZFgrj8SQoLr5GGEwYQEgjQ="; 32 + "x86_64-darwin" = "sha256-ATtD+p/LT7xhM5kZ66jcFsH/CyxbZb8nNNzxAo2otUk="; 33 + "aarch64-darwin" = "sha256-KIeosurlMEkjYT07F0lvkrmW3FhUL43cfJjzafbTbTA="; 34 34 }; 35 35 36 36 target = targetMap.${system};