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