about summary refs log tree commit diff
path: root/pkgs/games/anki
diff options
context:
space:
mode:
authorMahmoud Ayman <mahmoudk1000@gmail.com>2024-06-15 02:02:14 +0300
committerMahmoud Ayman <mahmoudk1000@gmail.com>2024-06-15 02:02:14 +0300
commit2786edc0e0aff855988c77ee0934fdf2d0730a27 (patch)
tree92c380f467cc58b2181c4c99ec7735bbe5fef411 /pkgs/games/anki
parent38babf4bddf1cd1470b97eefd1185dffd084b763 (diff)
anki-bin: 24.04.1 -> 24.06.1
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 2ec8f3202a254..ebd04d3cd88d3 100644
--- a/pkgs/games/anki/bin.nix
+++ b/pkgs/games/anki/bin.nix
@@ -15,22 +15,22 @@
 let
   pname = "anki-bin";
   # Update hashes for both Linux and Darwin!
-  version = "24.04.1";
+  version = "24.06.1";
 
   sources = {
     linux = fetchurl {
       url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-linux-qt6.tar.zst";
-      sha256 = "sha256-elUTr0Lumw5bzWbeU74m8e/AxQPNpKXiIOC0Rcgh3AY=";
+      sha256 = "sha256-6rPJUcXso1MMSbGxX97PtQj24VqIRkULvA3UUcFKzQQ=";
     };
 
     # 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-LlHbZ8Yw17Ym11L1lqMibAaV8XWB8oiMFGQxE1PvApI=";
+      sha256 = "sha256-lpVJsF4jkxDITlnh1CnnCBoSbBguXyyNirn8NK8FAq0=";
     };
     darwin-aarch64 = fetchurl {
       url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-mac-apple-qt6.dmg";
-      sha256 = "sha256-lMUfIvV4biaOb0ABTZciBP59XY1Ln3tkwphi2oaRu4c=";
+      sha256 = "sha256-ht9byKmQnRUyYuPXV0l2w2FIP1yXMu3BIrv4xS+NS1g=";
     };
   };