Skip to content

Commit

Permalink
Merge pull request #45562 from r-ryantm/auto-update/libuv
Browse files Browse the repository at this point in the history
libuv: 1.21.0 -> 1.23.0
  • Loading branch information
adisbladis authored Aug 27, 2018
2 parents 7945295 + 5a95b0b commit d83273d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libuv/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, lib, fetchpatch, fetchFromGitHub, autoconf, automake, libtool, pkgconfig }:

stdenv.mkDerivation rec {
version = "1.21.0";
version = "1.23.0";
name = "libuv-${version}";

src = fetchFromGitHub {
owner = "libuv";
repo = "libuv";
rev = "v${version}";
sha256 = "1jjg34ppnlrnb634q9mla7whl7rm9xmjgnzckrznqcycwzir074b";
sha256 = "1yfx99f7qnq3qvcgbnih27dgwfg6c51xw6n6n2c3c1wb3mh95im0";
};

patches = [
Expand Down

0 comments on commit d83273d

Please sign in to comment.