anki-bin: 25.02 -> 25.02.4 (#401895)

authored by Felix Bargfeldt and committed by GitHub 338e259c 8062dd97

+4 -4
+4 -4
pkgs/games/anki/bin.nix
··· 15 15 let 16 16 pname = "anki-bin"; 17 17 # Update hashes for both Linux and Darwin! 18 - version = "25.02"; 18 + version = "25.02.4"; 19 19 20 20 sources = { 21 21 linux = fetchurl { 22 22 url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-linux-qt6.tar.zst"; 23 - hash = "sha256-9g9ktEME4P8wQYv8i8TzIXThpsTi4QuJNTdGdA+YqNA="; 23 + hash = "sha256-vMEmrPrqaasHYQI362mm3/dxCZ6gxan+rPjZrhECYEE="; 24 24 }; 25 25 26 26 # For some reason anki distributes completely separate dmg-files for the aarch64 version and the x86_64 version 27 27 darwin-x86_64 = fetchurl { 28 28 url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-mac-intel-qt6.dmg"; 29 - hash = "sha256-5soE9JZugwuEIUdzU+ki7PoXluvmG9bnlaV5EAmlIOs="; 29 + hash = "sha256-2C4AEy18kP4l2uORqFz7pQvi4wmLqYFyKBJJM26DIzI="; 30 30 }; 31 31 darwin-aarch64 = fetchurl { 32 32 url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-mac-apple-qt6.dmg"; 33 - hash = "sha256-4N6ukTOxJ2FprmtSxUCxmathKf5J6oXNCJyqLZ39ysk="; 33 + hash = "sha256-5cwcoKxpbeGoBWM/462loI9hwUKg6iQX6VjswI8nA7U="; 34 34 }; 35 35 }; 36 36