ryubing: fetch from upstream git instance (#389820)

This commit is contained in:
K900
2025-03-14 16:59:18 +03:00
committed by GitHub
+5 -4
View File
@@ -4,7 +4,7 @@
cctools,
darwin,
dotnetCorePackages,
fetchFromGitHub,
fetchFromGitLab,
libX11,
libgdiplus,
moltenvk,
@@ -32,11 +32,12 @@ buildDotnetModule rec {
pname = "ryubing";
version = "1.2.86";
src = fetchFromGitHub {
src = fetchFromGitLab {
domain = "git.ryujinx.app";
owner = "Ryubing";
repo = "Ryujinx";
rev = version;
hash = "sha256-fRdSmdejTK4BUAw5nj3hGCu5u2yZ+tZDN0PoCRzEZIw=";
tag = version;
hash = "sha256-Goxg2+zaKaqbGv5q/ril4TBtfTbPEYEwQQ/M6NlEpus=";
};
nativeBuildInputs = lib.optional stdenv.isDarwin [