summary refs log tree commit diff
path: root/pkgs/development/libraries/libuv
diff options
context:
space:
mode:
authorMatthew Bauer <matthew.bauer@obsidian.systems>2018-07-19 10:12:58 -0400
committerMatthew Bauer <matthew.bauer@obsidian.systems>2018-07-19 10:12:58 -0400
commit0467e8d1f60096e11bda77065c5f99fedd5a27f6 (patch)
tree6fb3f3c51219fb084d3360cf87ff3f8f2ddd8f91 /pkgs/development/libraries/libuv
parentdc24ab277617aba311970cd23826b60641a49ba4 (diff)
downloadnixpkgs-0467e8d1f60096e11bda77065c5f99fedd5a27f6.tar
nixpkgs-0467e8d1f60096e11bda77065c5f99fedd5a27f6.tar.gz
nixpkgs-0467e8d1f60096e11bda77065c5f99fedd5a27f6.tar.bz2
nixpkgs-0467e8d1f60096e11bda77065c5f99fedd5a27f6.tar.lz
nixpkgs-0467e8d1f60096e11bda77065c5f99fedd5a27f6.tar.xz
nixpkgs-0467e8d1f60096e11bda77065c5f99fedd5a27f6.tar.zst
nixpkgs-0467e8d1f60096e11bda77065c5f99fedd5a27f6.zip
libuv: fix apple patch url
The old url was subject to change on pushing to the PR. It now
references the correct commit.
Diffstat (limited to 'pkgs/development/libraries/libuv')
-rw-r--r--pkgs/development/libraries/libuv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libuv/default.nix b/pkgs/development/libraries/libuv/default.nix
index c902a8b216a..ce8d741adf2 100644
--- a/pkgs/development/libraries/libuv/default.nix
+++ b/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";
     })
   ];