Skip to content

Commit 3c5bc29

Browse files
authored
azahar: 2120.2 -> 2120.3 (NixOS#399809)
2 parents 2a07370 + a7c25e2 commit 3c5bc29

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pkgs/by-name/az/azahar/package.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
cubeb,
4444
useDiscordRichPresence ? true,
4545
rapidjson,
46-
azahar,
4746
}:
4847
let
4948
inherit (lib)
@@ -54,13 +53,13 @@ let
5453
in
5554
stdenv.mkDerivation (finalAttrs: {
5655
pname = "azahar";
57-
version = "2120.2";
56+
version = "2120.3";
5857

5958
src = fetchzip {
6059
# TODO: use this when https://github.com/azahar-emu/azahar/issues/779 is resolved
6160
# url = "https://github.com/azahar-emu/azahar/releases/download/${finalAttrs.version}/lime3ds-unified-source-${finalAttrs.version}.tar.xz";
62-
url = "https://github.com/azahar-emu/azahar/releases/download/${finalAttrs.version}/azahar-unified-source-20250329-32bb14f.tar.xz";
63-
hash = "sha256-OyAc4nePQDuuwb+/ABnNe5ihPqMEoAqNeCYvME7SIio=";
61+
url = "https://github.com/azahar-emu/azahar/releases/download/${finalAttrs.version}/azahar-unified-source-20250414-00e3bbb.tar.xz";
62+
hash = "sha256-3QKicmpmWDM7x9GDJ8sxm2Xu+0Yfho4LkSWMp+ixzRk=";
6463
};
6564

6665
nativeBuildInputs = [

0 commit comments

Comments
 (0)