azahar: 2124.1 -> 2124.3

This commit is contained in:
R. Ryantm
2026-01-30 17:38:26 +00:00
parent c4af5cca82
commit 14cd3294ee
+2 -2
View File
@@ -57,11 +57,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "azahar";
version = "2124.1";
version = "2124.3";
src = fetchzip {
url = "https://github.com/azahar-emu/azahar/releases/download/${finalAttrs.version}/azahar-unified-source-${finalAttrs.version}.tar.xz";
hash = "sha256-ezgDELKw3Nb4EwJhD3+bMykoGdEzQpU4FSyIiEt7Lac=";
hash = "sha256-JpqEJIKdmSJ5D9Q+a6YbHMJNTCK3+vDaSCSI23i60pk=";
};
strictDeps = true;