File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33let
44 pname = "anki-bin" ;
55 # Update hashes for both Linux and Darwin!
6- version = "2.1.65 " ;
6+ version = "2.1.66 " ;
77
88 sources = {
99 linux = fetchurl {
1010 url = "https://github.com/ankitects/anki/releases/download/${ version } /anki-${ version } -linux-qt6.tar.zst" ;
11- sha256 = "sha256-JBqW/aCMUyR0H52WMYuVkcE3/t/joLxfvFho64IzvDg =" ;
11+ sha256 = "sha256-P1PEKz0vblPxiLri34QrP0+qOsltJsvPL2JVmYj1wFg =" ;
1212 } ;
1313
1414 # For some reason anki distributes completely separate dmg-files for the aarch64 version and the x86_64 version
1515 darwin-x86_64 = fetchurl {
1616 url = "https://github.com/ankitects/anki/releases/download/${ version } /anki-${ version } -mac-intel-qt6.dmg" ;
17- sha256 = "sha256-zmCI77yLdoJm/znUgy+xZ8Jd77F3CPlzq3ceBzckA4U =" ;
17+ sha256 = "sha256-cFYuw+ZSQd5Rw+x7eIKEDzV9UyvuxX3iZ8drmtQNZ78 =" ;
1818 } ;
1919 darwin-aarch64 = fetchurl {
2020 url = "https://github.com/ankitects/anki/releases/download/${ version } /anki-${ version } -mac-apple-qt6.dmg" ;
21- sha256 = "sha256-1owbeL28dnOYD7nR9uZt9EHvFK75GFGRe6S9oV85Eoo =" ;
21+ sha256 = "sha256-0xtHT0rq7QnHqhIySpBKtO+kMAu88Q5nWmWvMSxVtBo =" ;
2222 } ;
2323 } ;
2424
You can’t perform that action at this time.
0 commit comments