about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorMahmoud Ayman <mahmoudk1000@gmail.com>2023-11-01 15:37:29 +0200
committerMahmoud Ayman <mahmoudk1000@gmail.com>2023-11-01 15:37:29 +0200
commit3c381e85c73b53819a13871a1f67b62c4ed0e9da (patch)
tree70e69f01d7f089e0a148e5caddc2bd46476079d7 /pkgs/games
parent9c5ab6d1804389408c4bd26e30e925feccbc5b08 (diff)
anki-bin: 2.1.66 -> 23.10
Diffstat (limited to 'pkgs/games')
-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 133622e6eb46a..d633c594d87f5 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.66";
+  version = "23.10";
 
   sources = {
     linux = fetchurl {
       url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-linux-qt6.tar.zst";
-      sha256 = "sha256-P1PEKz0vblPxiLri34QrP0+qOsltJsvPL2JVmYj1wFg=";
+      sha256 = "sha256-dfL95UKu6kwD4WHLtXlIdkf5UItEtW2WCAKP7YGlCtc=";
     };
 
     # 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-cFYuw+ZSQd5Rw+x7eIKEDzV9UyvuxX3iZ8drmtQNZ78=";
+      sha256 = "sha256-Y8BZ7EA6Dn4+5kMCFyuXi17XDLn9YRxqVGautt9WUOo=";
     };
     darwin-aarch64 = fetchurl {
       url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-mac-apple-qt6.dmg";
-      sha256 = "sha256-0xtHT0rq7QnHqhIySpBKtO+kMAu88Q5nWmWvMSxVtBo=";
+      sha256 = "sha256-IrKWJ16gMCR2MH8dgYUCtMj6mDQP18+HQr17hfekPIs=";
     };
   };