File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1818 srcExe = fetchurl {
1919 # NOTE: `?v=0.10.0` doesn't actually request a specific version. It's only being used here as a cache buster.
2020 url = "https://storage.googleapis.com/osprey-downloads-c02f6a0d-347c-492b-a752-3e0651722e97/nest-win-x64/Claude-Setup-x64.exe?v=${ version } " ;
21- hash = "sha256-ISyVjtr9vGzCqq7oaDQd6h9kC7iumyo38z9VjuVCsu4 =" ;
21+ hash = "sha256-DwCgTSBpK28sRCBUBBatPsaBZQ+yyLrJbAriSkf1f8E =" ;
2222 } ;
2323in
2424stdenvNoCC . mkDerivation rec {
@@ -60,7 +60,8 @@ stdenvNoCC.mkDerivation rec {
6060
6161 # Extract installer exe, and nupkg within it
6262 7z x -y ${ srcExe }
63- 7z x -y "AnthropicClaude-${ version } -full.nupkg"
63+ # The nupkg filename version may not match package version, use wildcard
64+ 7z x -y AnthropicClaude-*-full.nupkg
6465
6566 # Package the icons from claude.exe
6667 wrestool -x -t 14 lib/net45/claude.exe -o claude.ico
You can’t perform that action at this time.
0 commit comments