Skip to content

Commit

Permalink
ryujinx: archive.org tarball mirror for release-24.05
Browse files Browse the repository at this point in the history
Fixes source builds for 24.05, as per [emilazy's request](#346694 (review)).

Like on master, fetchzip requires the hash attribute to be explicit, double check it with `nix hash to-sri --type sha256 1vf4xwn1z7bfm7c49r2yydx3dqqzqwp0qgzq12m9yskqsj898d63`.
  • Loading branch information
Nabile-Rahmani authored Oct 5, 2024
1 parent bf8b006 commit 2275fa5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 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 @@ -28,11 +28,9 @@ buildDotnetModule rec {
pname = "ryujinx";
version = "1.1.1298"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml

src = fetchFromGitHub {
owner = "Ryujinx";
repo = "Ryujinx";
rev = "a23d8cb92f3f1bb8dc144f4d9fb3fddee749feae";
sha256 = "1vf4xwn1z7bfm7c49r2yydx3dqqzqwp0qgzq12m9yskqsj898d63";
src = fetchzip {
url = "https://archive.org/download/ryujinx-a-23d-8cb-92f-3f-1bb-8dc-144f-4d-9fb-3fddee-749feae.tar/Ryujinx-a23d8cb92f3f1bb8dc144f4d9fb3fddee749feae.tar.gz";
sha256 = "sha256-wzSUkNR4ap+qCPg/DC7HH+M2evNe5ETYqW6dHyzvxO0=";
};

dotnet-sdk = dotnetCorePackages.sdk_8_0;
Expand Down

0 comments on commit 2275fa5

Please sign in to comment.