File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616} :
1717let
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
Original file line number Diff line number Diff 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.'
You can’t perform that action at this time.
0 commit comments