mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
_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.
This commit is contained in:
parent
5fa1488e2b
commit
8740c5fd32
@ -13,9 +13,10 @@ buildGoModule rec {
|
|||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Fix the build for Darwin when building with Go 1.18.
|
# Fix the build for Darwin when building with Go 1.18.
|
||||||
|
# https://github.com/aaronjanse/3mux/pull/127
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
name = "darwin-go-1.18-fix.patch";
|
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=";
|
sha256 = "sha256-MOPAyWAYYWrlCCgw1rBaNmHZO9oTIpIQwLJcs0aY/m8=";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user