diff --git a/pkgs/tools/security/sx-go/default.nix b/pkgs/tools/security/sx-go/default.nix index 626851b1824..1df50838620 100644 --- a/pkgs/tools/security/sx-go/default.nix +++ b/pkgs/tools/security/sx-go/default.nix @@ -20,8 +20,7 @@ buildGoModule rec { vendorSha256 = "sha256-TWRMNt6x8zuvhP1nz4R6IVCX+9HityvVpzxRhDiMyO4="; patches = [ - # Fix darwin builds: - # https://github.com/v-byte-cpu/sx/pull/120 + # Fix darwin builds: https://github.com/v-byte-cpu/sx/pull/120 (fetchpatch { name = "non-linux-method-signature.patch"; url = "https://github.com/v-byte-cpu/sx/commit/56457bfaa49eb6fbb7a33d7092d9c636b9c85895.patch";