libuv: fix apple patch url
The old url was subject to change on pushing to the PR. It now references the correct commit.
This commit is contained in:
parent
dc24ab2776
commit
0467e8d1f6
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = "https://github.com/libuv/libuv/pull/1909.patch";
|
||||
url = "https://github.com/libuv/libuv/commit/1a5d4f08238dd532c3718e210078de1186a5920d.patch";
|
||||
sha256 = "1s2692h4dvqnzwwicrkpj0zph1i2bhv39w31z5vh7ssgvykaradj";
|
||||
})
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user