summary refs log tree commit diff
diff options
context:
space:
mode:
authorMahmoud Ayman <mahmoudk1000@gmail.com>2023-05-01 09:22:05 +0300
committerMahmoud Ayman <mahmoudk1000@gmail.com>2023-05-01 09:22:05 +0300
commit948cf105b99a4e1db6b786722a33ef1a1d376bd1 (patch)
tree242c96f98e4d1bae33362b3c5f5244d77a2fc290
parent4b72af7be7bd757219f4b3a1464dc22cfd99bc50 (diff)
downloadnixpkgs-948cf105b99a4e1db6b786722a33ef1a1d376bd1.tar
nixpkgs-948cf105b99a4e1db6b786722a33ef1a1d376bd1.tar.gz
nixpkgs-948cf105b99a4e1db6b786722a33ef1a1d376bd1.tar.bz2
nixpkgs-948cf105b99a4e1db6b786722a33ef1a1d376bd1.tar.lz
nixpkgs-948cf105b99a4e1db6b786722a33ef1a1d376bd1.tar.xz
nixpkgs-948cf105b99a4e1db6b786722a33ef1a1d376bd1.tar.zst
nixpkgs-948cf105b99a4e1db6b786722a33ef1a1d376bd1.zip
anki-bin: 2.1.61 -> 2.1.62
-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 7a7da42081d..a4e4db4f7b2 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.61";
+  version = "2.1.62";
 
   sources = {
     linux = fetchurl {
       url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-linux-qt6.tar.zst";
-      sha256 = "sha256-f+PneP2vB7HFxI3mvkrm/kyvdBZgKbu5pYPUNR5XEO4=";
+      sha256 = "sha256-vsuR+pDqjPGejlxrDPCxKVnvTilRDGGhMDDKSQhVxVQ=";
     };
 
     # 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-BctUHyy0U1frXRgZ3y8cpiWGnTm8XZdL018RjzhaJDg=";
+      sha256 = "sha256-8TMdNEnnlDQrk+TVlsmvFxoqrsCU2BRY6hnaC3PGdYo=";
     };
     darwin-aarch64 = fetchurl {
       url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-mac-apple-qt6.dmg";
-      sha256 = "sha256-lZ4HoVqbIouTmHkxV51mNI5EAfGJd3UmNG5Lqeiu0ys=";
+      sha256 = "sha256-zdrw3AE1ijlJryGf30YLr71TtoT6ANHvi+1BweZiFM8=";
     };
   };