Skip to content

Commit e48f0a0

Browse files
authored
anki-bin: 25.02.4 -> 25.02.5 (#407390)
2 parents f251cd7 + 1bc6c09 commit e48f0a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/games/anki/bin.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
let
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

0 commit comments

Comments
 (0)