Unverified Commit bb2b73df authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

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

ryujinx: 1.1.1239 -> 1.1.1242
parents a1ed40fd 730e570c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;