about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheodore Ni <3806110+tjni@users.noreply.github.com>2022-09-25 13:56:08 -0700
committerTheodore Ni <3806110+tjni@users.noreply.github.com>2022-09-25 13:58:14 -0700
commit8740c5fd32a653db399ba614cb574df91e172e98 (patch)
treed2a3f3be170a64275f76b2622df1e9bcda3267b6
parent5fa1488e2b0effad849125784310f17b16f59004 (diff)
downloadnixlib-8740c5fd32a653db399ba614cb574df91e172e98.tar
nixlib-8740c5fd32a653db399ba614cb574df91e172e98.tar.gz
nixlib-8740c5fd32a653db399ba614cb574df91e172e98.tar.bz2
nixlib-8740c5fd32a653db399ba614cb574df91e172e98.tar.lz
nixlib-8740c5fd32a653db399ba614cb574df91e172e98.tar.xz
nixlib-8740c5fd32a653db399ba614cb574df91e172e98.tar.zst
nixlib-8740c5fd32a653db399ba614cb574df91e172e98.zip
_3mux: update patch URL
I updated my upstream PR to be mergeable, which dropped the association
between the current patch and my PR. Lesson learned.
-rw-r--r--pkgs/tools/misc/3mux/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/misc/3mux/default.nix b/pkgs/tools/misc/3mux/default.nix
index d91a52ddd3e9..31787467525f 100644
--- a/pkgs/tools/misc/3mux/default.nix
+++ b/pkgs/tools/misc/3mux/default.nix
@@ -13,9 +13,10 @@ buildGoModule rec {
 
   patches = [
     # Fix the build for Darwin when building with Go 1.18.
+    # https://github.com/aaronjanse/3mux/pull/127
     (fetchpatch {
       name = "darwin-go-1.18-fix.patch";
-      url = "https://github.com/aaronjanse/3mux/pull/127/commits/91aed826c50f75a5175b63c72a1fb6a4ad57a008.patch";
+      url = "https://github.com/aaronjanse/3mux/commit/91aed826c50f75a5175b63c72a1fb6a4ad57a008.patch";
       sha256 = "sha256-MOPAyWAYYWrlCCgw1rBaNmHZO9oTIpIQwLJcs0aY/m8=";
     })
   ];