We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77b161d + b399a8b commit 1ff1cc5Copy full SHA for 1ff1cc5
1 file changed
pkgs/claude-desktop.nix
@@ -17,7 +17,7 @@
17
srcExe = fetchurl {
18
# NOTE: `?v=0.10.0` doesn't actually request a specific version. It's only being used here as a cache buster.
19
url = "https://storage.googleapis.com/osprey-downloads-c02f6a0d-347c-492b-a752-3e0651722e97/nest-win-x64/Claude-Setup-x64.exe?v=${version}";
20
- hash = "sha256-0gk2wamvb925gky6llqd9fjyrf046xja4lxc3jab8lr99x7fkf2k=";
+ hash = "sha256-U7jpTk8pU7SUHKxTomQ3BLjspUsNU2r8fEWktaviYj4=";
21
};
22
in
23
stdenvNoCC.mkDerivation rec {
0 commit comments