We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce52a4d commit 8f875b1Copy full SHA for 8f875b1
pkgs/by-name/ry/ryubing/package.nix
@@ -4,7 +4,7 @@
4
cctools,
5
darwin,
6
dotnetCorePackages,
7
- fetchFromGitHub,
+ fetchFromGitLab,
8
libX11,
9
libgdiplus,
10
moltenvk,
@@ -32,11 +32,12 @@ buildDotnetModule rec {
32
pname = "ryubing";
33
version = "1.2.86";
34
35
- src = fetchFromGitHub {
+ src = fetchFromGitLab {
36
+ domain = "git.ryujinx.app";
37
owner = "Ryubing";
38
repo = "Ryujinx";
- rev = version;
39
- hash = "sha256-fRdSmdejTK4BUAw5nj3hGCu5u2yZ+tZDN0PoCRzEZIw=";
+ tag = version;
40
+ hash = "sha256-Goxg2+zaKaqbGv5q/ril4TBtfTbPEYEwQQ/M6NlEpus=";
41
};
42
43
nativeBuildInputs = lib.optional stdenv.isDarwin [
0 commit comments