Merge pull request #298098 from r-ryantm/auto-update/ryujinx

ryujinx: 1.1.1239 -> 1.1.1242
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-03-28 02:32:31 +00:00 committed by GitHub
commit bb2b73df7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -25,13 +25,13 @@
buildDotnetModule rec {
pname = "ryujinx";
version = "1.1.1239"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml
version = "1.1.1242"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml
src = fetchFromGitHub {
owner = "Ryujinx";
repo = "Ryujinx";
rev = "d26ef2eec309a7a7b30b103c245044d1cdc08add";
sha256 = "0kdhxkgnnzhvmwlnzb5d0xx2f240y5h0vc1fhwiqk2cvwly5nd6y";
rev = "c94a73ec60f3f75b36179cbc93d046701ed96253";
sha256 = "0wksc3c63insll1jl0w6pa7vfgvkc50dzkwip676q3j8749fpzql";
};
dotnet-sdk = dotnetCorePackages.sdk_8_0;