about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorIvv <41924494+IvarWithoutBones@users.noreply.github.com>2022-09-11 00:09:43 +0200
committerGitHub <noreply@github.com>2022-09-11 00:09:43 +0200
commitfbe5632f66492fc1a7e3d6a66e8a52fa9927fef6 (patch)
tree8f75ccdc7ffb2375e31037dea25d5b7df97c4188 /pkgs/applications/emulators
parent48b3a3460ac89013f5b4dea8dc70f963563f683f (diff)
parent03aa3fb9f5b1edd1f9f0c55e2d87961ebfd6fb09 (diff)
Merge pull request #190640 from r-ryantm/auto-update/ryujinx
ryujinx: 1.1.248 -> 1.1.257
Diffstat (limited to 'pkgs/applications/emulators')
-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 12d6d0a40515c..fa0b63ba1be1b 100644
--- a/pkgs/applications/emulators/ryujinx/default.nix
+++ b/pkgs/applications/emulators/ryujinx/default.nix
@@ -27,13 +27,13 @@
 
 buildDotnetModule rec {
   pname = "ryujinx";
-  version = "1.1.248"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml
+  version = "1.1.257"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml
 
   src = fetchFromGitHub {
     owner = "Ryujinx";
     repo = "Ryujinx";
-    rev = "5ff5fe47bad947a95545390865c597bec6c62070";
-    sha256 = "0nfzf7q58mhdyszwv3mbz3wqf4w0m1p3fmf3cpga1pf9mfq65nqz";
+    rev = "81f1a4dc3161882b0385c9d4752fbba84b9eca96";
+    sha256 = "1p4c8k8pc47hl32bml050fvxyhdjcd002xx60rwvzlgvdgw6b3xq";
   };
 
   nugetDeps = ./deps.nix;