ryujinx: 1.1.1242 → 1.1.1248

This commit is contained in:
Artemis Tosini 2024-03-28 03:48:44 +00:00
parent aba056a13c
commit ac306ef336
No known key found for this signature in database
GPG Key ID: EE5227935FE3FF18
1 changed files with 3 additions and 3 deletions

View File

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