summary refs log tree commit diff
path: root/pkgs/applications/emulators/ryujinx/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-09 20:24:50 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-09 20:24:50 +0000
commit3046f69827803f7457ee29953b2c98d6d4e81be4 (patch)
tree0ef30f6bca20dd38881c6865f907559992e8a01c /pkgs/applications/emulators/ryujinx/default.nix
parent02c3ec8b381c6ddf9c559c50bf6ae5964521f9e0 (diff)
downloadnixpkgs-3046f69827803f7457ee29953b2c98d6d4e81be4.tar
nixpkgs-3046f69827803f7457ee29953b2c98d6d4e81be4.tar.gz
nixpkgs-3046f69827803f7457ee29953b2c98d6d4e81be4.tar.bz2
nixpkgs-3046f69827803f7457ee29953b2c98d6d4e81be4.tar.lz
nixpkgs-3046f69827803f7457ee29953b2c98d6d4e81be4.tar.xz
nixpkgs-3046f69827803f7457ee29953b2c98d6d4e81be4.tar.zst
nixpkgs-3046f69827803f7457ee29953b2c98d6d4e81be4.zip
ryujinx: 1.1.692 -> 1.1.700
Diffstat (limited to 'pkgs/applications/emulators/ryujinx/default.nix')
-rw-r--r--pkgs/applications/emulators/ryujinx/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/emulators/ryujinx/default.nix b/pkgs/applications/emulators/ryujinx/default.nix
index b31f43b486a..c9e6833e6a9 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.692"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml
+  version = "1.1.700"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml
 
   src = fetchFromGitHub {
     owner = "Ryujinx";
     repo = "Ryujinx";
-    rev = "1b41b285ac7f551c3495ced436ce3930ad7223b4";
-    sha256 = "07s42xmdagi97i7c3mm9qak9msgv4c75say10dl4nha784kxkbvp";
+    rev = "a1efd87c45027a347e91fd22d42f33c3eed89030";
+    sha256 = "0ng8ph2sdlcrsy4nlyjhff2n0c76nzkakpnks7qrv6ljr911yck1";
   };
 
   dotnet-sdk = dotnetCorePackages.sdk_7_0;