diff --git a/pkgs/by-name/ry/ryubing/package.nix b/pkgs/by-name/ry/ryubing/package.nix index cb2149c0318c..ea7dc3eee921 100644 --- a/pkgs/by-name/ry/ryubing/package.nix +++ b/pkgs/by-name/ry/ryubing/package.nix @@ -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 [