summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-10-14 09:25:54 +0800
committerGitHub <noreply@github.com>2021-10-14 09:25:54 +0800
commit0b15081439c393b0888dd8ee6e8f2a3eab8d573c (patch)
treee267c7e6cae5905c4b7763bde7d566f78f691248 /pkgs/misc
parent03cf34636fd5f718c7876b8d2bb4abbac182f65e (diff)
parent47e17f3c1ee338640dd0630707145a68285da21f (diff)
downloadnixpkgs-0b15081439c393b0888dd8ee6e8f2a3eab8d573c.tar
nixpkgs-0b15081439c393b0888dd8ee6e8f2a3eab8d573c.tar.gz
nixpkgs-0b15081439c393b0888dd8ee6e8f2a3eab8d573c.tar.bz2
nixpkgs-0b15081439c393b0888dd8ee6e8f2a3eab8d573c.tar.lz
nixpkgs-0b15081439c393b0888dd8ee6e8f2a3eab8d573c.tar.xz
nixpkgs-0b15081439c393b0888dd8ee6e8f2a3eab8d573c.tar.zst
nixpkgs-0b15081439c393b0888dd8ee6e8f2a3eab8d573c.zip
Merge pull request #141015 from r-ryantm/auto-update/ryujinx
ryujinx: 1.0.7058 -> 1.0.7065
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/emulators/ryujinx/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/emulators/ryujinx/default.nix b/pkgs/misc/emulators/ryujinx/default.nix
index d082ec7e1b2..e584331ea66 100644
--- a/pkgs/misc/emulators/ryujinx/default.nix
+++ b/pkgs/misc/emulators/ryujinx/default.nix
@@ -6,13 +6,13 @@
 
 buildDotnetModule rec {
   pname = "ryujinx";
-  version = "1.0.7058"; # Versioning is based off of the official appveyor builds: https://ci.appveyor.com/project/gdkchan/ryujinx
+  version = "1.0.7065"; # Versioning is based off of the official appveyor builds: https://ci.appveyor.com/project/gdkchan/ryujinx
 
   src = fetchFromGitHub {
     owner = "Ryujinx";
     repo = "Ryujinx";
-    rev = "d92fff541bf6fddadabf6ab628ddf8fec41cd52e";
-    sha256 = "1lsg4v15x8i43pwkgn4y8d2m95m6w7izwm4zhspnq8r2lv18lqb2";
+    rev = "c54a14d0b8d445d9d0074861dca816cc801e4008";
+    sha256 = "13j91413x1bvg27vcx9sgc7gv00q84d8f5pllih5g5plzld4r541";
   };
 
   projectFile = "Ryujinx.sln";