_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.

+2 -1
+2 -1
pkgs/tools/misc/3mux/default.nix
··· 13 14 patches = [ 15 # Fix the build for Darwin when building with Go 1.18. 16 (fetchpatch { 17 name = "darwin-go-1.18-fix.patch"; 18 - url = "https://github.com/aaronjanse/3mux/pull/127/commits/91aed826c50f75a5175b63c72a1fb6a4ad57a008.patch"; 19 sha256 = "sha256-MOPAyWAYYWrlCCgw1rBaNmHZO9oTIpIQwLJcs0aY/m8="; 20 }) 21 ];
··· 13 14 patches = [ 15 # Fix the build for Darwin when building with Go 1.18. 16 + # https://github.com/aaronjanse/3mux/pull/127 17 (fetchpatch { 18 name = "darwin-go-1.18-fix.patch"; 19 + url = "https://github.com/aaronjanse/3mux/commit/91aed826c50f75a5175b63c72a1fb6a4ad57a008.patch"; 20 sha256 = "sha256-MOPAyWAYYWrlCCgw1rBaNmHZO9oTIpIQwLJcs0aY/m8="; 21 }) 22 ];