summary refs log tree commit diff
diff options
context:
space:
mode:
authorMahmoud Ayman <mahmoudk1000@gmail.com>2023-05-15 19:48:47 +0300
committerMahmoud Ayman <mahmoudk1000@gmail.com>2023-05-15 19:48:47 +0300
commit4f57c4c1f9fffdc2e572434bb684fac7bde921e7 (patch)
tree8320989dd4e054b08ecbbb387e76280e082533e9
parentd925734d3bb7f12924e6016cd33222684b5435f5 (diff)
downloadnixpkgs-4f57c4c1f9fffdc2e572434bb684fac7bde921e7.tar
nixpkgs-4f57c4c1f9fffdc2e572434bb684fac7bde921e7.tar.gz
nixpkgs-4f57c4c1f9fffdc2e572434bb684fac7bde921e7.tar.bz2
nixpkgs-4f57c4c1f9fffdc2e572434bb684fac7bde921e7.tar.lz
nixpkgs-4f57c4c1f9fffdc2e572434bb684fac7bde921e7.tar.xz
nixpkgs-4f57c4c1f9fffdc2e572434bb684fac7bde921e7.tar.zst
nixpkgs-4f57c4c1f9fffdc2e572434bb684fac7bde921e7.zip
anki-bin: 2.1.62 -> 2.1.63
-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 dab92aa97d6..5c8b5c3ab7f 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.62";
+  version = "2.1.63";
 
   sources = {
     linux = fetchurl {
       url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-linux-qt6.tar.zst";
-      sha256 = "sha256-vsuR+pDqjPGejlxrDPCxKVnvTilRDGGhMDDKSQhVxVQ=";
+      sha256 = "sha256-AioLmz8nvrvW1c5e5cYfs/zE+YqA4D/X2GUekugOhGo=";
     };
 
     # 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-8TMdNEnnlDQrk+TVlsmvFxoqrsCU2BRY6hnaC3PGdYo=";
+      sha256 = "sha256-rkVPRFZP7v2XEqWGypw0jTw/0CBe1u2tQF9L5omcIoQ=";
     };
     darwin-aarch64 = fetchurl {
       url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-mac-apple-qt6.dmg";
-      sha256 = "sha256-zdrw3AE1ijlJryGf30YLr71TtoT6ANHvi+1BweZiFM8=";
+      sha256 = "sha256-GTrmm9JJPiVR+MFfF6u0s4yHqTAz/p2ktX5lOLj2jcA=";
     };
   };