From 5130f5df7e5c4fe67a54aff46a0b1cea6dfd0192 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Thu, 18 Nov 2021 08:52:45 +0800 Subject: [PATCH] ryujinx: 1.0.7101 -> 1.0.7105 --- pkgs/misc/emulators/ryujinx/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/misc/emulators/ryujinx/default.nix b/pkgs/misc/emulators/ryujinx/default.nix index 43c98cbacac2..86716ed5d535 100644 --- a/pkgs/misc/emulators/ryujinx/default.nix +++ b/pkgs/misc/emulators/ryujinx/default.nix @@ -6,13 +6,13 @@ buildDotnetModule rec { pname = "ryujinx"; - version = "1.0.7101"; # Versioning is based off of the official appveyor builds: https://ci.appveyor.com/project/gdkchan/ryujinx + version = "1.0.7105"; # Versioning is based off of the official appveyor builds: https://ci.appveyor.com/project/gdkchan/ryujinx src = fetchFromGitHub { owner = "Ryujinx"; repo = "Ryujinx"; - rev = "911ea38e939459c652c6e27a28599340a61267dc"; - sha256 = "0znn5bcjhajs26y2ykizpya11ism27zlpbsrf12a25ak4vj6pzvx"; + rev = "b9d83cc97ee1cb8c60d9b01c162bab742567fe6e"; + sha256 = "0plchh8f9xhhza1wfw3ys78f0pa1bh3898fqhfhcc0kxb39px9is"; }; projectFile = "Ryujinx.sln";