anki-bin: 23.10.1 -> 23.12
This commit is contained in:
parent
6465bb8af2
commit
aa87596cdc
1 changed files with 4 additions and 4 deletions
|
@ -3,22 +3,22 @@
|
||||||
let
|
let
|
||||||
pname = "anki-bin";
|
pname = "anki-bin";
|
||||||
# Update hashes for both Linux and Darwin!
|
# Update hashes for both Linux and Darwin!
|
||||||
version = "23.10.1";
|
version = "23.12";
|
||||||
|
|
||||||
sources = {
|
sources = {
|
||||||
linux = fetchurl {
|
linux = fetchurl {
|
||||||
url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-linux-qt6.tar.zst";
|
url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-linux-qt6.tar.zst";
|
||||||
sha256 = "sha256-Kv0SH+bLnBSM/tYHe2kEJc4n7izZTBNWQs2nm/teLEU=";
|
sha256 = "sha256-MeXBvtEvac/3c4wQq4lQVweHJACZi9UQSBFKPJ0PkgQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# For some reason anki distributes completely separate dmg-files for the aarch64 version and the x86_64 version
|
# For some reason anki distributes completely separate dmg-files for the aarch64 version and the x86_64 version
|
||||||
darwin-x86_64 = fetchurl {
|
darwin-x86_64 = fetchurl {
|
||||||
url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-mac-intel-qt6.dmg";
|
url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-mac-intel-qt6.dmg";
|
||||||
sha256 = "sha256-MSlKsEv4N/H7G1bUOBlPBXerpHIW32P6Va02aRq1+54=";
|
sha256 = "sha256-VowvMCx9vOOmaKYhVPe1ownZxxYUt2Sowvb2fYW6jm8=";
|
||||||
};
|
};
|
||||||
darwin-aarch64 = fetchurl {
|
darwin-aarch64 = fetchurl {
|
||||||
url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-mac-apple-qt6.dmg";
|
url = "https://github.com/ankitects/anki/releases/download/${version}/anki-${version}-mac-apple-qt6.dmg";
|
||||||
sha256 = "sha256-jEm9WJBXx77KpldzBuxK1Pu6VGiARZPnRmMhEjZdm1I=";
|
sha256 = "sha256-S8/oRznOzT6GRag0ZuVm2q4fdQwk2zaou2gcoiPCuHc=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue