summary refs log tree commit diff
path: root/pkgs/applications/emulators/ryujinx/default.nix
diff options
context:
space:
mode:
authorZhaofeng Li <hello@zhaofeng.li>2022-08-07 16:57:42 -0700
committerZhaofeng Li <hello@zhaofeng.li>2022-08-12 11:06:43 -0700
commit3b9cf4174409900c68b3edebb878a0999883c585 (patch)
tree4870859fe1761f822e840582f34007a51d856d1f /pkgs/applications/emulators/ryujinx/default.nix
parentf44884060cb94240efbe55620f38a8ec8d9af601 (diff)
downloadnixpkgs-3b9cf4174409900c68b3edebb878a0999883c585.tar
nixpkgs-3b9cf4174409900c68b3edebb878a0999883c585.tar.gz
nixpkgs-3b9cf4174409900c68b3edebb878a0999883c585.tar.bz2
nixpkgs-3b9cf4174409900c68b3edebb878a0999883c585.tar.lz
nixpkgs-3b9cf4174409900c68b3edebb878a0999883c585.tar.xz
nixpkgs-3b9cf4174409900c68b3edebb878a0999883c585.tar.zst
nixpkgs-3b9cf4174409900c68b3edebb878a0999883c585.zip
ryujinx: 1.1.181 -> 1.1.213
Diffstat (limited to 'pkgs/applications/emulators/ryujinx/default.nix')
-rw-r--r--pkgs/applications/emulators/ryujinx/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/applications/emulators/ryujinx/default.nix b/pkgs/applications/emulators/ryujinx/default.nix
index 3bc35e6b106..98f7f902d7f 100644
--- a/pkgs/applications/emulators/ryujinx/default.nix
+++ b/pkgs/applications/emulators/ryujinx/default.nix
@@ -13,17 +13,18 @@
 , gtk3
 , gdk-pixbuf
 , wrapGAppsHook
+, vulkan-loader
 }:
 
 buildDotnetModule rec {
   pname = "ryujinx";
-  version = "1.1.181"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml
+  version = "1.1.213"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml
 
   src = fetchFromGitHub {
     owner = "Ryujinx";
     repo = "Ryujinx";
-    rev = "6eb85e846f25ae36a39685d6ac91025deaea306c";
-    sha256 = "0lc8hhcrad26sw2dx0lwml8lk2mxg4db4sgfxnd450xi2qd63kdc";
+    rev = "e8f1ca84277240c4d6215eb9cd85713aab73e2f7";
+    sha256 = "0ha5wn9h9rqxbkjbz7sm5m8q3rbsiiddh72wx0s3sga5w8054cb3";
   };
 
   projectFile = "Ryujinx.sln";
@@ -53,6 +54,7 @@ buildDotnetModule rec {
     libsoundio
     sndio
     pulseaudio
+    vulkan-loader
   ];
 
   makeWrapperArgs = [