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-03-10 13:26:03 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-10 13:26:03 +0000
commitb820cb182aa4919f6451e3429cefa334699ff92e (patch)
tree68a975ff98f6cf2537fa69d771596dbb9549241b /pkgs/applications/emulators/ryujinx/default.nix
parent3c935c73e03b27e45d99f127f83848b807e60d7b (diff)
downloadnixpkgs-b820cb182aa4919f6451e3429cefa334699ff92e.tar
nixpkgs-b820cb182aa4919f6451e3429cefa334699ff92e.tar.gz
nixpkgs-b820cb182aa4919f6451e3429cefa334699ff92e.tar.bz2
nixpkgs-b820cb182aa4919f6451e3429cefa334699ff92e.tar.lz
nixpkgs-b820cb182aa4919f6451e3429cefa334699ff92e.tar.xz
nixpkgs-b820cb182aa4919f6451e3429cefa334699ff92e.tar.zst
nixpkgs-b820cb182aa4919f6451e3429cefa334699ff92e.zip
ryujinx: 1.1.650 -> 1.1.651
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 c5c21ed46fe..0153a4faa8c 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.650"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml
+  version = "1.1.651"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml
 
   src = fetchFromGitHub {
     owner = "Ryujinx";
     repo = "Ryujinx";
-    rev = "b8556530f2b160db70ff571adf25ae26d4b8f58f";
-    sha256 = "098yx4nwmkbab595a2xq9f5libzvsj01f3wf83nsbgzndy1h85ja";
+    rev = "f0562b9c75308c8cfcaa2458dfd37ac42751a374";
+    sha256 = "1bkfncms8lagxhpnafyahrghzvpklsgxddqq7w1wzjzyxp6pxc51";
   };
 
   dotnet-sdk = dotnetCorePackages.sdk_7_0;