Skip to content

Commit c8c1bc7

Browse files
stackptrclaude
andcommitted
fix: correct linux amd64 hash for agentsview fetchzip
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 29da90e commit c8c1bc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/agentsview/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
sources = {
1010
x86_64-linux = {
1111
url = "https://github.com/wesm/agentsview/releases/download/v${version}/agentsview_${version}_linux_amd64.tar.gz";
12-
hash = "sha256-Ycq5fkkUCxQ6SXXdUx5Sel7lOur8E0UieoBEca1R61g=";
12+
hash = "sha256-Phrza30+s8ag9AZtWD0jvQ3Q5iwaOgnKr7aYS7AIKGA=";
1313
};
1414
aarch64-darwin = {
1515
url = "https://github.com/wesm/agentsview/releases/download/v${version}/agentsview_${version}_darwin_arm64.tar.gz";

0 commit comments

Comments
 (0)