ryubing: fetch from upstream git instance (#389820)
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user