From 7642db276ab8fec3b8e50cc4a78b9ee5165b219a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 28 May 2023 01:51:37 +0000 Subject: [PATCH] ryujinx: 1.1.819 -> 1.1.826 --- 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 7dc8925216f..70dc279bb50 100644 --- a/pkgs/applications/emulators/ryujinx/default.nix +++ b/pkgs/applications/emulators/ryujinx/default.nix @@ -29,13 +29,13 @@ buildDotnetModule rec { pname = "ryujinx"; - version = "1.1.819"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml + version = "1.1.826"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml src = fetchFromGitHub { owner = "Ryujinx"; repo = "Ryujinx"; - rev = "4ca78eded52f21089400cc28351b9353279b8171"; - sha256 = "13g5sgql14rr7qmsiavm6kkjkv9sqqq7cmwpy9iiahbfzc9w1wc1"; + rev = "42b9c1e8fede88880454154f8c3683f1f8424ed9"; + sha256 = "1r879kvs6v08lrxw75xs5jsffmf8j6bb7bs9szrrgj24aza0kl72"; }; dotnet-sdk = dotnetCorePackages.sdk_7_0;