azahar: 2120.2 -> 2120.3

This commit is contained in:
arthsmn 2025-04-18 15:06:18 -03:00
parent 21454c534a
commit a7c25e2d69
No known key found for this signature in database

View File

@ -43,7 +43,6 @@
cubeb,
useDiscordRichPresence ? true,
rapidjson,
azahar,
}:
let
inherit (lib)
@ -54,13 +53,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "azahar";
version = "2120.2";
version = "2120.3";
src = fetchzip {
# TODO: use this when https://github.com/azahar-emu/azahar/issues/779 is resolved
# url = "https://github.com/azahar-emu/azahar/releases/download/${finalAttrs.version}/lime3ds-unified-source-${finalAttrs.version}.tar.xz";
url = "https://github.com/azahar-emu/azahar/releases/download/${finalAttrs.version}/azahar-unified-source-20250329-32bb14f.tar.xz";
hash = "sha256-OyAc4nePQDuuwb+/ABnNe5ihPqMEoAqNeCYvME7SIio=";
url = "https://github.com/azahar-emu/azahar/releases/download/${finalAttrs.version}/azahar-unified-source-20250414-00e3bbb.tar.xz";
hash = "sha256-3QKicmpmWDM7x9GDJ8sxm2Xu+0Yfho4LkSWMp+ixzRk=";
};
nativeBuildInputs = [