ryujinx: 1.1.1385 -> 1.1.1398

This commit is contained in:
K900 2024-09-23 17:25:55 +03:00
parent 87a679db4d
commit fddbf5e6ff

View File

@ -19,13 +19,13 @@
buildDotnetModule rec {
pname = "ryujinx";
version = "1.1.1385"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml
version = "1.1.1398"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml
src = fetchFromGitHub {
owner = "Ryujinx";
repo = "Ryujinx";
rev = "ca59c3f4998e2d1beb3b0d0214611e3332238557";
hash = "sha256-pLE8UUH4BzYyR3pqyUwQ112vBOump0wKyZaKwE131yY=";
rev = "319507f2a12a6751f3ab833e498a3efd3119f806";
hash = "sha256-3DM/kahNhl8EhSIRuqH0trYoR51OrGxSE+GuOKxKr2c=";
};
enableParallelBuilding = false;