Skip to content

Commit

Permalink
ryujinx: archive.org tarball mirror (#346694)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy authored Oct 5, 2024
2 parents 4bb1dd8 + 59a5a09 commit 74ba8b7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/by-name/ry/ryujinx/package.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib
, buildDotnetModule
, dotnetCorePackages
, fetchFromGitHub
, fetchzip
, libX11
, libgdiplus
, ffmpeg
Expand All @@ -27,10 +27,8 @@ buildDotnetModule rec {
pname = "ryujinx";
version = "1.1.1401"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml

src = fetchFromGitHub {
owner = "Ryujinx";
repo = "Ryujinx";
rev = "5dbba07e33e83c9047dcbb701c9655edbbe89086";
src = fetchzip {
url = "https://archive.org/download/ryujinx-5dbba-07e-33e-83c-9047dcbb-701c-9655edbbe-89086.tar/Ryujinx-5dbba07e33e83c9047dcbb701c9655edbbe89086.tar.gz";
hash = "sha256-UeJ3KE5e5H9crqroAxjmxYTf/Z4cbj41a6/1HW2nLcA=";
};

Expand Down

0 comments on commit 74ba8b7

Please sign in to comment.