Commit 78d87ea0 authored by R. RyanTM's avatar R. RyanTM
Browse files

ryujinx: 1.1.1044 -> 1.1.1053

parent 1ae1ab8d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@

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

  src = fetchFromGitHub {
    owner = "Ryujinx";
    repo = "Ryujinx";
    rev = "7afae8c69947f7a5fa9a55cee36381aef372dfba";
    sha256 = "1kf95sbb4p50b6bah75sd95660kk2a7cbjwgvqv4c4cal6c126g7";
    rev = "28dd7d80af56701887dbb538b56aa58edaf39d91";
    sha256 = "09h4423z18q8r8fqcd5kv34iwmy9gkmpgw8an8myrhhvkmxi3zwg";
  };

  dotnet-sdk = dotnetCorePackages.sdk_7_0;