summary refs log tree commit diff
path: root/pkgs/development/libraries/libuv
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-06 10:18:21 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-06 10:18:21 -0700
commit4292c633b438c10ad45030fa656b40cf3dfd6e44 (patch)
treeef2877616c322a5643494103b82a9c071de58ad1 /pkgs/development/libraries/libuv
parentc45eadf31ddf61328a33dc9215c4b1f1f4f2c0d2 (diff)
downloadnixlib-4292c633b438c10ad45030fa656b40cf3dfd6e44.tar
nixlib-4292c633b438c10ad45030fa656b40cf3dfd6e44.tar.gz
nixlib-4292c633b438c10ad45030fa656b40cf3dfd6e44.tar.bz2
nixlib-4292c633b438c10ad45030fa656b40cf3dfd6e44.tar.lz
nixlib-4292c633b438c10ad45030fa656b40cf3dfd6e44.tar.xz
nixlib-4292c633b438c10ad45030fa656b40cf3dfd6e44.tar.zst
nixlib-4292c633b438c10ad45030fa656b40cf3dfd6e44.zip
libuv: 1.19.2 -> 1.20.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libuv/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.20.0 with grep in /nix/store/r6j9x782s7pl6a5055icynmzk1991imw-libuv-1.20.0
- directory tree listing: https://gist.github.com/cff77ff2c13f732c2027bb680a833c5e
Diffstat (limited to 'pkgs/development/libraries/libuv')
-rw-r--r--pkgs/development/libraries/libuv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libuv/default.nix b/pkgs/development/libraries/libuv/default.nix
index e8877c7f54b6..e6b29a6c36be 100644
--- a/pkgs/development/libraries/libuv/default.nix
+++ b/pkgs/development/libraries/libuv/default.nix
@@ -2,14 +2,14 @@
 , ApplicationServices, CoreServices }:
 
 stdenv.mkDerivation rec {
-  version = "1.19.2";
+  version = "1.20.0";
   name = "libuv-${version}";
 
   src = fetchFromGitHub {
     owner = "libuv";
     repo = "libuv";
     rev = "v${version}";
-    sha256 = "118r8wigm65107fm7kzfz7gc4awy8xxg0knvwnshx1j40ks08x9z";
+    sha256 = "0bjxny5bjl0qy978i9n2b96vd72h9dd7ghylvhfsi1aqfwc0s1qz";
   };
 
   postPatch = let