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 1515let
1616 pname = "anki-bin" ;
1717 # Update hashes for both Linux and Darwin!
18- version = "25.02.4 " ;
18+ version = "25.02.5 " ;
1919
2020 sources = {
2121 linux = fetchurl {
2222 url = "https://github.com/ankitects/anki/releases/download/${ version } /anki-${ version } -linux-qt6.tar.zst" ;
23- hash = "sha256-vMEmrPrqaasHYQI362mm3/dxCZ6gxan+rPjZrhECYEE =" ;
23+ hash = "sha256-wYFqT1g+rtoqOR7+Bb5mIJLZ5JdT2M1kcHqJUCuNElA =" ;
2424 } ;
2525
2626 # For some reason anki distributes completely separate dmg-files for the aarch64 version and the x86_64 version
2727 darwin-x86_64 = fetchurl {
2828 url = "https://github.com/ankitects/anki/releases/download/${ version } /anki-${ version } -mac-intel-qt6.dmg" ;
29- hash = "sha256-2C4AEy18kP4l2uORqFz7pQvi4wmLqYFyKBJJM26DIzI =" ;
29+ hash = "sha256-PDlu+oFKWHraPdTuGDCUkO0bhPtkNVibo11B1QkCICw =" ;
3030 } ;
3131 darwin-aarch64 = fetchurl {
3232 url = "https://github.com/ankitects/anki/releases/download/${ version } /anki-${ version } -mac-apple-qt6.dmg" ;
33- hash = "sha256-5cwcoKxpbeGoBWM/462loI9hwUKg6iQX6VjswI8nA7U =" ;
33+ hash = "sha256-RqcGHXN29GDGGuFbrQCBmj3cctzoRQZ8svR5hMYPhxs =" ;
3434 } ;
3535 } ;
3636
You can’t perform that action at this time.
0 commit comments