summary refs log tree commit diff
path: root/pkgs/development/libraries/libuv
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-14 04:08:32 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-14 04:08:32 -0700
commite78d2930b272fe668734040dd7d0ddc79d5cb671 (patch)
tree8c30a086b2eef189036f2813dd0e7fe1ee4bb1cf /pkgs/development/libraries/libuv
parent3e3a9e661d7ef83f9dfc26d948a12f8ee1334f6d (diff)
downloadnixlib-e78d2930b272fe668734040dd7d0ddc79d5cb671.tar
nixlib-e78d2930b272fe668734040dd7d0ddc79d5cb671.tar.gz
nixlib-e78d2930b272fe668734040dd7d0ddc79d5cb671.tar.bz2
nixlib-e78d2930b272fe668734040dd7d0ddc79d5cb671.tar.lz
nixlib-e78d2930b272fe668734040dd7d0ddc79d5cb671.tar.xz
nixlib-e78d2930b272fe668734040dd7d0ddc79d5cb671.tar.zst
nixlib-e78d2930b272fe668734040dd7d0ddc79d5cb671.zip
libuv: 1.20.2 -> 1.20.3
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

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.20.3 with grep in /nix/store/b4y0y1c7m7f5c4c1br4wj1pxf7697nrq-libuv-1.20.3
- directory tree listing: https://gist.github.com/1f99355746873a783216ee9070502567
- du listing: https://gist.github.com/4035cf19282d81bcbe9d9976d026af99
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 ed4397c88f0d..4dc601745a42 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.20.2";
+  version = "1.20.3";
   name = "libuv-${version}";
 
   src = fetchFromGitHub {
     owner = "libuv";
     repo = "libuv";
     rev = "v${version}";
-    sha256 = "14zlf59fr03v684ryapc57r9nfrznyk5xvcd59q04rb435ibib48";
+    sha256 = "1a8a679wni560z7x6w5i431vh2g0f34cznflcn52klx1vwcggrg7";
   };
 
   postPatch = let