Loading pkgs/by-name/io/ios-safari-remote-debug/package.nix +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 ]; Loading Loading
pkgs/by-name/io/ios-safari-remote-debug/package.nix +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 ]; Loading