summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-14 08:26:43 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-14 08:26:43 +0000
commit82e36fd2bd17486a849909e1d6e86f1be33a9f0e (patch)
tree3b2767bb2f12dbf5c4fe901b4d98d67384382255
parent3ae98b264ff88b0b56c0d27f54ce68f197703970 (diff)
downloadnixpkgs-82e36fd2bd17486a849909e1d6e86f1be33a9f0e.tar
nixpkgs-82e36fd2bd17486a849909e1d6e86f1be33a9f0e.tar.gz
nixpkgs-82e36fd2bd17486a849909e1d6e86f1be33a9f0e.tar.bz2
nixpkgs-82e36fd2bd17486a849909e1d6e86f1be33a9f0e.tar.lz
nixpkgs-82e36fd2bd17486a849909e1d6e86f1be33a9f0e.tar.xz
nixpkgs-82e36fd2bd17486a849909e1d6e86f1be33a9f0e.tar.zst
nixpkgs-82e36fd2bd17486a849909e1d6e86f1be33a9f0e.zip
ryujinx: 1.1.999 -> 1.1.1012
-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 8136be89601..028e1daff09 100644
--- a/pkgs/applications/emulators/ryujinx/default.nix
+++ b/pkgs/applications/emulators/ryujinx/default.nix
@@ -28,13 +28,13 @@
 
 buildDotnetModule rec {
   pname = "ryujinx";
-  version = "1.1.999"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml
+  version = "1.1.1012"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml
 
   src = fetchFromGitHub {
     owner = "Ryujinx";
     repo = "Ryujinx";
-    rev = "7f96dbc0242f169caeb8461237bc01a23c115f56";
-    sha256 = "1fi1bfbz07k9n8civ7gv0rlksdm59wpjcq50hrj7dgwnkrlmxdi2";
+    rev = "e6700b314f1384f015666767baf9ea1d8411e330";
+    sha256 = "1szgmvwril7zwfbvqz850xavrk70i56i1yyqfh9mxpxlc3n9xxzr";
   };
 
   dotnet-sdk = dotnetCorePackages.sdk_7_0;