ryujinx: 1.1.248 -> 1.1.257

This commit is contained in:
R. Ryantm 2022-09-10 07:20:49 +00:00
parent 34fde40edd
commit 03aa3fb9f5

View file

@ -27,13 +27,13 @@
buildDotnetModule rec {
pname = "ryujinx";
version = "1.1.248"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml
version = "1.1.257"; # Based off of the official github actions builds: https://github.com/Ryujinx/Ryujinx/actions/workflows/release.yml
src = fetchFromGitHub {
owner = "Ryujinx";
repo = "Ryujinx";
rev = "5ff5fe47bad947a95545390865c597bec6c62070";
sha256 = "0nfzf7q58mhdyszwv3mbz3wqf4w0m1p3fmf3cpga1pf9mfq65nqz";
rev = "81f1a4dc3161882b0385c9d4752fbba84b9eca96";
sha256 = "1p4c8k8pc47hl32bml050fvxyhdjcd002xx60rwvzlgvdgw6b3xq";
};
nugetDeps = ./deps.nix;