diff --git a/pkgs/by-name/ag/agent-browser/package.nix b/pkgs/by-name/ag/agent-browser/package.nix index 1139ba7cee8e..9644475d1ad8 100644 --- a/pkgs/by-name/ag/agent-browser/package.nix +++ b/pkgs/by-name/ag/agent-browser/package.nix @@ -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 = ''