summary refs log tree commit diff
diff options
context:
space:
mode:
authorMahmoud Ayman <mahmoudk1000@gmail.com>2023-05-24 11:13:22 +0300
committerMahmoud Ayman <mahmoudk1000@gmail.com>2023-05-24 11:13:22 +0300
commit500c214b938a08a46d33fe9bb57e394e2eed31e1 (patch)
treefed9c5a23626d4a53b4c31c7b44d7c08e0e57bb9
parent9a7d79f6c14989de1bcc8799065ab73032009fd1 (diff)
downloadnixpkgs-500c214b938a08a46d33fe9bb57e394e2eed31e1.tar
nixpkgs-500c214b938a08a46d33fe9bb57e394e2eed31e1.tar.gz
nixpkgs-500c214b938a08a46d33fe9bb57e394e2eed31e1.tar.bz2
nixpkgs-500c214b938a08a46d33fe9bb57e394e2eed31e1.tar.lz
nixpkgs-500c214b938a08a46d33fe9bb57e394e2eed31e1.tar.xz
nixpkgs-500c214b938a08a46d33fe9bb57e394e2eed31e1.tar.zst
nixpkgs-500c214b938a08a46d33fe9bb57e394e2eed31e1.zip
anki-bin: 2.1.63 -> 2.1.64
-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 5c8b5c3ab7f..234cba439c7 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.63";
+  version = "2.1.64";
 
   sources = {
     linux = fetchurl {
       url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-linux-qt6.tar.zst";
-      sha256 = "sha256-AioLmz8nvrvW1c5e5cYfs/zE+YqA4D/X2GUekugOhGo=";
+      sha256 = "sha256-J3bfqqleE5DSfEUnzbWBYdMg653MokW9LYN3rnLd/mU=";
     };
 
     # 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-rkVPRFZP7v2XEqWGypw0jTw/0CBe1u2tQF9L5omcIoQ=";
+      sha256 = "sha256-5vve6eiH/OlCqa2HINQfuwmGDpjc1uiiVJSc6iF5rlo=";
     };
     darwin-aarch64 = fetchurl {
       url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-mac-apple-qt6.dmg";
-      sha256 = "sha256-GTrmm9JJPiVR+MFfF6u0s4yHqTAz/p2ktX5lOLj2jcA=";
+      sha256 = "sha256-SJWRAI1Xi92pIcOUaW8c4sLAAJTUWteL4oqXm66OWvs=";
     };
   };