Skip to content

Commit 9076a50

Browse files
committed
build: update sha
1 parent bf8e4af commit 9076a50

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/claude-desktop.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let
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
};
2323
in
2424
stdenvNoCC.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

0 commit comments

Comments
 (0)