Commit d2853aed authored by R. RyanTM's avatar R. RyanTM
Browse files

ryujinx: 1.1.1398 -> 1.1.1401

parent 419cd530
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

buildDotnetModule rec {
  pname = "ryujinx";
  version = "1.1.1398"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml
  version = "1.1.1401"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml

  src = fetchFromGitHub {
    owner = "Ryujinx";
    repo = "Ryujinx";
    rev = "319507f2a12a6751f3ab833e498a3efd3119f806";
    hash = "sha256-3DM/kahNhl8EhSIRuqH0trYoR51OrGxSE+GuOKxKr2c=";
    rev = "5dbba07e33e83c9047dcbb701c9655edbbe89086";
    hash = "sha256-UeJ3KE5e5H9crqroAxjmxYTf/Z4cbj41a6/1HW2nLcA=";
  };

  enableParallelBuilding = false;