From e724e691ee472b82bc1a9dccd195005223503b59 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 3 Jul 2023 18:50:33 +0000 Subject: [PATCH] ryujinx: 1.1.942 -> 1.1.952 --- pkgs/applications/emulators/ryujinx/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/ryujinx/default.nix b/pkgs/applications/emulators/ryujinx/default.nix index 9f2abb8dec9a..268d37469535 100644 --- a/pkgs/applications/emulators/ryujinx/default.nix +++ b/pkgs/applications/emulators/ryujinx/default.nix @@ -28,13 +28,13 @@ buildDotnetModule rec { pname = "ryujinx"; - version = "1.1.942"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml + version = "1.1.952"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml src = fetchFromGitHub { owner = "Ryujinx"; repo = "Ryujinx"; - rev = "6e28a4dd13df0ab866e6a178086abe36ca4a2b25"; - sha256 = "0890gh0907wcdzx4ci2jd75a72b3kllwavkcwz56ls0vaqymqxda"; + rev = "1c7a90ef359d9974e5bd257c4d8e9bf526a6966c"; + sha256 = "0yx8gw31vfvmfwmbkckgpbyyzk3kkgm0q124wf6c9i8sqiyqmpp1"; }; dotnet-sdk = dotnetCorePackages.sdk_7_0;