about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-11-01 21:01:18 +0800
committerGitHub <noreply@github.com>2021-11-01 21:01:18 +0800
commitaed8c80bf0c166ec5fd0a1781d3e7fb866741083 (patch)
tree0ed6d924d4b1fc91ee6825d53101b137381f48f5 /pkgs
parent38d49533e33e4ea1a64b4b10e01fbacb43cf7dba (diff)
parent4f1d4c61e1825e9d360e1b1839b81aa6f9b6f681 (diff)
Merge pull request #144065 from r-ryantm/auto-update/ryujinx
ryujinx: 1.0.7086 -> 1.0.7094
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/misc/emulators/ryujinx/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/emulators/ryujinx/default.nix b/pkgs/misc/emulators/ryujinx/default.nix
index 18fe2a2c1ead1..4fdeed239cab6 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.7086"; # Versioning is based off of the official appveyor builds: https://ci.appveyor.com/project/gdkchan/ryujinx
+  version = "1.0.7094"; # Versioning is based off of the official appveyor builds: https://ci.appveyor.com/project/gdkchan/ryujinx
 
   src = fetchFromGitHub {
     owner = "Ryujinx";
     repo = "Ryujinx";
-    rev = "85d8d1d7cab5615e6911b7b570c8dd0b94a521ab";
-    sha256 = "11j54c7qrb7vcay8bjpv2jykdnwsjhf5cmqds43wvbicigbbds54";
+    rev = "c6015daf8ddbd8a08e0adff8d39ffc38c7b339a2";
+    sha256 = "088il16rxkk74fdpqrbw1fq5f2c23921zi7v544iw8c62hqxxzv1";
   };
 
   projectFile = "Ryujinx.sln";