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

ryujinx: 1.1.1239 -> 1.1.1242

authored by nixpkgs-merge-bot[bot] and committed by GitHub bb2b73df a1ed40fd

+3 -3
+3 -3
pkgs/by-name/ry/ryujinx/package.nix
··· 25 25 26 26 buildDotnetModule rec { 27 27 pname = "ryujinx"; 28 - version = "1.1.1239"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml 28 + version = "1.1.1242"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml 29 29 30 30 src = fetchFromGitHub { 31 31 owner = "Ryujinx"; 32 32 repo = "Ryujinx"; 33 - rev = "d26ef2eec309a7a7b30b103c245044d1cdc08add"; 34 - sha256 = "0kdhxkgnnzhvmwlnzb5d0xx2f240y5h0vc1fhwiqk2cvwly5nd6y"; 33 + rev = "c94a73ec60f3f75b36179cbc93d046701ed96253"; 34 + sha256 = "0wksc3c63insll1jl0w6pa7vfgvkc50dzkwip676q3j8749fpzql"; 35 35 }; 36 36 37 37 dotnet-sdk = dotnetCorePackages.sdk_8_0;