libuv: fix apple patch url

The old url was subject to change on pushing to the PR. It now
references the correct commit.
wip/yesman
Matthew Bauer 6 years ago
parent dc24ab2776
commit 0467e8d1f6
  1. 2
      pkgs/development/libraries/libuv/default.nix

@ -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…
Cancel
Save