about summary refs log tree commit diff
path: root/pkgs/tools/security/sx-go
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-09-17 11:53:28 +0200
committerGitHub <noreply@github.com>2022-09-17 11:53:28 +0200
commitaf69c8a3ad53b19813a6d5bca8973fd7b52b174d (patch)
treeea0923dcb097bfd50fb6aeb1a36a4d41af6420d6 /pkgs/tools/security/sx-go
parent4d6eb52bb70277b4fc0e37088c0e7f61b99e2a26 (diff)
sx-go: remove line break
Diffstat (limited to 'pkgs/tools/security/sx-go')
-rw-r--r--pkgs/tools/security/sx-go/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/tools/security/sx-go/default.nix b/pkgs/tools/security/sx-go/default.nix
index 626851b1824fd..1df508386208e 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";