agent-browser: 0.36.0 -> 0.37.1

This commit is contained in:
Baptiste Girardeau
2026-09-09 15:43:18 +02:00
parent a391f95d45
commit 7ec1f08349

View File

@@ -16,13 +16,13 @@
let
pnpm = pnpm_11;
version = "0.36.0";
version = "0.37.1";
src = fetchFromGitHub {
owner = "vercel-labs";
repo = "agent-browser";
tag = "v${version}";
hash = "sha256-HzX1M1Gdd9N0iYxiEGuWrV3fc7yNevGiOvc/0csttZA=";
hash = "sha256-AgpKazIBT3CKd4Q7yQsEGhoTW+7R0Pflma6aH+6UI/U=";
};
# The Rust CLI embeds the dashboard UI via RustEmbed at compile time.
@@ -83,7 +83,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
sourceRoot = "${finalAttrs.src.name}/cli";
cargoHash = "sha256-6xphNOYi+tJvFlprY8DCVw1XzVFapqFQfeIy0w2pyCs=";
cargoHash = "sha256-ziN4UMeEcgsD5BDXWjffreGjyew7oTUtq59b/Um8Dfk=";
# Place the pre-built dashboard where RustEmbed expects it
postUnpack = ''