Skip to content

Commit 8f875b1

Browse files
committed
ryubing: fetch from upstream git instance
The Github repository got Nintendoed, but the project continues on a self-hosted Gitlab instance.
1 parent ce52a4d commit 8f875b1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pkgs/by-name/ry/ryubing/package.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
cctools,
55
darwin,
66
dotnetCorePackages,
7-
fetchFromGitHub,
7+
fetchFromGitLab,
88
libX11,
99
libgdiplus,
1010
moltenvk,
@@ -32,11 +32,12 @@ buildDotnetModule rec {
3232
pname = "ryubing";
3333
version = "1.2.86";
3434

35-
src = fetchFromGitHub {
35+
src = fetchFromGitLab {
36+
domain = "git.ryujinx.app";
3637
owner = "Ryubing";
3738
repo = "Ryujinx";
38-
rev = version;
39-
hash = "sha256-fRdSmdejTK4BUAw5nj3hGCu5u2yZ+tZDN0PoCRzEZIw=";
39+
tag = version;
40+
hash = "sha256-Goxg2+zaKaqbGv5q/ril4TBtfTbPEYEwQQ/M6NlEpus=";
4041
};
4142

4243
nativeBuildInputs = lib.optional stdenv.isDarwin [

0 commit comments

Comments
 (0)