brave-search-cli: 1.2.0 -> 1.5.0 (#510766)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-17 09:31:52 +00:00
committed by GitHub
+3 -3
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "brave-search-cli";
version = "1.2.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "brave";
repo = "brave-search-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-wcZwgCPqIy+AVxpqcCI8rOyUOWXb7aYSsHJDS2pfpnE=";
hash = "sha256-9be8CdS92src2f56sIfYe8UaN3LWxtMGbrTvqzFw08U=";
};
cargoHash = "sha256-qIBepW7I5meLX9V3yEq6zoIRaZWD3CVjyrN8zpTAbR0=";
cargoHash = "sha256-GA9qKuFh1YOaUPuAQ//VJqScLJaqxHIyLl/TDnOTsdY=";
passthru.updateScript = nix-update-script { };