Skip to content

Commit 6d281c9

Browse files
Update Claude Desktop download URLs to version 1.4758.0
Updated download URLs resolved from official redirect endpoints. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent aecd25a commit 6d281c9

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

nix/claude-desktop.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
}:
1717
let
1818
pname = "claude-desktop";
19-
version = "1.3883.0";
19+
version = "1.4758.0";
2020

2121
srcs = {
2222
x86_64-linux = fetchurl {
23-
url = "https://downloads.claude.ai/releases/win32/x64/1.3883.0/Claude-93ff6cb984386882b4bd9b6bca80d4cf5af8e13b.exe";
24-
hash = "sha256-E/pT3eoKNi5LkdKJx+nxGGA5t5ljtajjFAnjHKwbtZE=";
23+
url = "https://downloads.claude.ai/releases/win32/x64/1.4758.0/Claude-fb266c24b61d94290860a3945b138d6d249425f6.exe";
24+
hash = "sha256-bcQLsoAeOulw1/HWqnm5Daux2a6RhKHSdLGZUN/2MhU=";
2525
};
2626
aarch64-linux = fetchurl {
27-
url = "https://downloads.claude.ai/releases/win32/arm64/1.3883.0/Claude-93ff6cb984386882b4bd9b6bca80d4cf5af8e13b.exe";
28-
hash = "sha256-SGK3aE0cFCB5IsSIZPZE03ZgJgEiZfW8YhEf9IyuyYI=";
27+
url = "https://downloads.claude.ai/releases/win32/arm64/1.4758.0/Claude-fb266c24b61d94290860a3945b138d6d249425f6.exe";
28+
hash = "sha256-/Nr5BwwH64XayA+un8X4eclvzXgxKiikHXsb1U8++B0=";
2929
};
3030
};
3131

scripts/setup/detect-host.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ detect_architecture() {
2424

2525
case "$raw_arch" in
2626
x86_64)
27-
claude_download_url='https://downloads.claude.ai/releases/win32/x64/1.3883.0/Claude-93ff6cb984386882b4bd9b6bca80d4cf5af8e13b.exe'
28-
claude_exe_sha256='13fa53ddea0a362e4b91d289c7e9f1186039b79963b5a8e31409e31cac1bb591'
27+
claude_download_url='https://downloads.claude.ai/releases/win32/x64/1.4758.0/Claude-fb266c24b61d94290860a3945b138d6d249425f6.exe'
28+
claude_exe_sha256='6dc40bb2801e3ae970d7f1d6aa79b90dabb1d9ae9184a1d274b19950dff63215'
2929
architecture='amd64'
3030
claude_exe_filename='Claude-Setup-x64.exe'
3131
echo 'Configured for amd64 (x86_64) build.'
3232
;;
3333
aarch64)
34-
claude_download_url='https://downloads.claude.ai/releases/win32/arm64/1.3883.0/Claude-93ff6cb984386882b4bd9b6bca80d4cf5af8e13b.exe'
35-
claude_exe_sha256='4862b7684d1c14207922c48864f644d3766026012265f5bc62111ff48caec982'
34+
claude_download_url='https://downloads.claude.ai/releases/win32/arm64/1.4758.0/Claude-fb266c24b61d94290860a3945b138d6d249425f6.exe'
35+
claude_exe_sha256='fcdaf9070c07eb85dac80fae9fc5f879c96fcd78312a28a41d7b1bd54f3ef81d'
3636
architecture='arm64'
3737
claude_exe_filename='Claude-Setup-arm64.exe'
3838
echo 'Configured for arm64 (aarch64) build.'

0 commit comments

Comments
 (0)