Commit b9646430 authored by Justin Restivo's avatar Justin Restivo
Browse files

ios-safari-remote-debug: switch src to fetchgit

parent 35a02217
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
{
  lib,
  buildGoModule,
  fetchFromGitea,
  fetchgit,
}:

buildGoModule rec {
  pname = "ios-safari-remote-debug";
  version = "unstable-2024-09-09";

  src = fetchFromGitea {
    domain = "git.gay";
    owner = "besties";
    repo = "ios-safari-remote-debug";
  src = fetchgit {
    url = "https://git.gay/besties/ios-safari-remote-debug.git";
    rev = "b3c69873997c08fce83c48a5ab42f5a2354efdf2";
    hash = "sha256-Hh/CeH0ba4uPMlEo+OZ3w36pTpsW6OLtYIE5v6dkUjo=";
  };

  vendorHash = "sha256-O8Dr4UAISZmCUGao0cBnAx4dUJm6+u4Swiw0H5NVeeA=";

  patches = [ ./add-permissions-to-the-output-directory.patch ];