Skip to content

Commit 1ff1cc5

Browse files
authored
Merge pull request #75 from naotoo1/main
2 parents 77b161d + b399a8b commit 1ff1cc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/claude-desktop.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
srcExe = fetchurl {
1818
# NOTE: `?v=0.10.0` doesn't actually request a specific version. It's only being used here as a cache buster.
1919
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=";
20+
hash = "sha256-U7jpTk8pU7SUHKxTomQ3BLjspUsNU2r8fEWktaviYj4=";
2121
};
2222
in
2323
stdenvNoCC.mkDerivation rec {

0 commit comments

Comments
 (0)