···1314 patches = [
15 # Fix the build for Darwin when building with Go 1.18.
016 (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 ];
···1314 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 ];