Skip to content

Commit b3729eb

Browse files
committedJul 15, 2017
libuv: 1.12.0 -> 1.13.1
1 parent 3d1266f commit b3729eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/libraries/libuv/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
, ApplicationServices, CoreServices }:
33

44
stdenv.mkDerivation rec {
5-
version = "1.12.0";
5+
version = "1.13.1";
66
name = "libuv-${version}";
77

88
src = fetchFromGitHub {
99
owner = "libuv";
1010
repo = "libuv";
1111
rev = "v${version}";
12-
sha256 = "0m025i0sfm4iv3aiic88x4y4bbhhdb204pmd9r383fsl458fck2p";
12+
sha256 = "0k348kgdphha1w4cw78zngq3gqcrhcn0az7k0k4w2bgmdf4ip8z8";
1313
};
1414

1515
postPatch = let

0 commit comments

Comments
 (0)
Please sign in to comment.