Unverified Commit 845dc1e9 authored by K900's avatar K900 Committed by GitHub
Browse files

ryubing: fetch from upstream git instance (#389820)

parents 095a6a20 8f875b1c
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -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 [