summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIzumi Raine <63145238+IzumiRaine@users.noreply.github.com>2022-07-21 18:13:01 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-08-21 10:53:38 +0000
commit45ede4ab788e4389c3a94b9cf7f87f2c61841b90 (patch)
treeed028dcd96f7ae73c23e96661f25d26dc1baf6da
parentMerge pull request #185932 from NixOS/backport-185153-to-release-22.05 (diff)
downloadnixpkgs-origin/backport-182355-to-release-22.05.tar.gz
anki-bin: 2.1.52 -> 2.1.54origin/backport-182355-to-release-22.05
(cherry picked from commit cc18e3ce0ea384905443a23bd0409a3707ebebf1)
-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 45ec432dc7ba..82064325ab5f 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.52";
+ version = "2.1.54";
sources = {
linux = fetchurl {
url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-linux-qt6.tar.zst";
- sha256 = "sha256-+eRflNMxutoSY9yQfnhIjfLg9b9CNv+7UuYyg4jgfK4=";
+ sha256 = "sha256-NFhgVd4ctEsh7iaSZ9v0OMszd81H41eq+y+FRIhcCtE=";
};
# 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-keQxaf0KOQjCb22dQD/1VytW2fk35OPUJyJ42kaoAr8=";
+ sha256 = "sha256-kus59Z9Oe4sbAlF4szeg751hlSEUR0ijKz4rjfHEWgA=";
};
darwin-aarch64 = fetchurl {
url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-mac-apple-qt6.dmg";
- sha256 = "sha256-mYPSOjXh18nWpZjXLAjEodoxopr6rxadESMAf/t9SlI=";
+ sha256 = "sha256-ROIpGB3W21ttWj+cRkf0rpLFrO4LR6+ZyGRsalz5J+E=";
};
};