summary refs log tree commit diff
path: root/pkgs/games/anki
diff options
context:
space:
mode:
authorMahmoud Ayman <mahmoudk1000@gmail.com>2023-01-09 18:55:45 +0200
committerMahmoud Ayman <mahmoudk1000@gmail.com>2023-01-09 18:55:45 +0200
commit87be5b0e9bed1e7c1ae76c808a4d5ee013d31796 (patch)
tree392a31356901f41bed0f18e1c4df39ea3479596b /pkgs/games/anki
parent53947566423985111ed0ae6892ed1795081b5063 (diff)
downloadnixpkgs-87be5b0e9bed1e7c1ae76c808a4d5ee013d31796.tar
nixpkgs-87be5b0e9bed1e7c1ae76c808a4d5ee013d31796.tar.gz
nixpkgs-87be5b0e9bed1e7c1ae76c808a4d5ee013d31796.tar.bz2
nixpkgs-87be5b0e9bed1e7c1ae76c808a4d5ee013d31796.tar.lz
nixpkgs-87be5b0e9bed1e7c1ae76c808a4d5ee013d31796.tar.xz
nixpkgs-87be5b0e9bed1e7c1ae76c808a4d5ee013d31796.tar.zst
nixpkgs-87be5b0e9bed1e7c1ae76c808a4d5ee013d31796.zip
anki-bin: 2.1.55 -> 2.1.56
Diffstat (limited to 'pkgs/games/anki')
-rw-r--r--pkgs/games/anki/bin.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/games/anki/bin.nix b/pkgs/games/anki/bin.nix
index cdec20572bd..9523a228f87 100644
--- a/pkgs/games/anki/bin.nix
+++ b/pkgs/games/anki/bin.nix
@@ -3,22 +3,22 @@
 let
   pname = "anki-bin";
   # Update hashes for both Linux and Darwin!
-  version = "2.1.55";
+  version = "2.1.56";
 
   sources = {
     linux = fetchurl {
       url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-linux-qt6.tar.zst";
-      sha256 = "sha256-fi7efWBZZnqOEztVOhOsfspcTBDxqw2Rr/eAGMFYbAU=";
+      sha256 = "sha256-bois8+W/Jvte0HqC6Vi8WcXzrc8y8fKoW3ttbPb/v14=";
     };
 
     # For some reason anki distributes completely separate dmg-files for the aarch64 version and the x86_64 version
     darwin-x86_64 = fetchurl {
       url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-mac-intel-qt6.dmg";
-      sha256 = "sha256-+Ceo03bMNnDQWgDmF1MIlrTQyHaJUKG8gF1/+ZEFCYw=";
+      sha256 = "sha256-xd96wG+dElf6kSJ3jtdwfDhxJIv2r/o/JF2RcIwaZkg=";
     };
     darwin-aarch64 = fetchurl {
       url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-mac-apple-qt6.dmg";
-      sha256 = "sha256-3ppE+APPUJ6H/ud67KNwfQJnFCa7g7Hdxx4oZD0ip6E=";
+      sha256 = "sha256-dYYgKEN6ytZ1CIH2+hK7H7xs3ISMbZGDv3w+Ie+ISlw=";
     };
   };